PlayRadioArgs class
PlayRadioArgs
Inheritance
Base: IScriptable
Derived
None.
Properties
| Property | Type | |
|---|---|---|
instance | ScriptGameInstance | scripted |
delay | float | scripted |
entryName | CName | scripted |
onlyPlayIfPlayerIsBeingChased | bool | scripted |
shouldCheckDistrictAfterDelay | bool | scripted |
handleVehicleEntranceEdgeCase | bool | scripted |
handleVehicleLostOrSpottedEdgeCase | bool | scripted |
stateUsedOnRequest | EStarState | scripted |
Functions
static PlayRadioArgs? CheckPlayerIsChasedAndDistrictArgs(ScriptGameInstance gameInstance, CName entry, float timeDelay)staticRTTI globalstatic PlayRadioArgs? CheckPlayerIsChasedAndVehicleEntranceArgs(ScriptGameInstance gameInstance, CName entry, float timeDelay)staticRTTI globalstatic PlayRadioArgs? CheckPlayerIsChasedArgs(ScriptGameInstance gameInstance, CName entry, float timeDelay)staticRTTI globalstatic PlayRadioArgs? DefaultDelayedArgs(ScriptGameInstance gameInstance, CName entry, float timeDelay)staticRTTI globalstatic PlayRadioArgs? CheckPlayerIsChasedAndVisibilityArgs(ScriptGameInstance gameInstance, CName entry, float timeDelay, EStarState state)staticRTTI globalstatic PlayRadioArgs? DefaultArgs(ScriptGameInstance gameInstance, CName entry)staticRTTI global