Method GameObject:GetLootState [-] [+]
Returns the [LootState] of a GameObject Below are [LootState]s off of 3.3.5a
| LootState | ID | Comment |
|---|---|---|
| GO_NOT_READY | 0 | |
| GO_READY | 1 | can be ready but despawned, and then not possible activate until spawn |
| GO_ACTIVATED | 2 | |
| GO_JUST_DEACTIVATED | 3 |
Synopsis
lootState = GameObject:GetLootState()
Arguments
None.
Returns
LootState lootState- See method description.