PlayerSpotted class
PlayerSpotted
Inheritance
Base: red.Event
Derived
None.
Properties
| Property | Type | |
|---|---|---|
comesFromNPC | bool | scripted |
ownerID | game.PersistentID | scripted |
doesSee | bool | scripted |
agentAreas | SecurityAreaControllerPS?[] | scripted |
Functions
bool GetComesFromNPC()RTTIgame.PersistentID GetOwnerID()RTTIbool DoesSee()RTTISecurityAreaControllerPS?[] GetAgentAreas()RTTIstatic PlayerSpotted? Construct(bool isReporterNPC, game.PersistentID owner, bool doSee, SecurityAreaControllerPS[] areas)staticRTTI global