|
| proto native void | Apply () |
| | Applies the option value if the value has changed and forgets the old value.
|
| proto native int | GetAccessType () |
| | AccessType of current option.
|
| void | GetAllItemsText (array< string > output) |
| proto native int | GetControlType () |
| | Current option controller type.
|
| proto native int | GetDefaultIndex () |
| proto native int | GetDefaultIndex () |
| proto native int | GetIndex () |
| proto native int | GetIndex () |
| proto native int | GetItemsCount () |
| proto void | GetItemText (int index, out string value) |
| proto void | GetItemText (out string value) |
| proto native int | IsChanged () |
| | If the option value is changed and not applied or reverted.
|
| proto native int | NeedRestart () |
| | If the option value will take effect only after the game is restarted.
|
| proto native void | Revert () |
| | Reverts the option value to old value if the value has changed and wasnt applied.
|
| proto native int | SetChangeImmediately () |
| | If the value is changed internally immediately upon change.
|
| proto native void | SetIndex (int index) |
| proto native void | Switch () |
| proto native void | Test () |
| | Sets the option value internaly if the value has changed and wasnt set immediately upon change.
|
Setting and getting of ScriptEvents
|
| proto void | SetScriptEvents (Managed events) |
| | Set the events.
|
| proto Managed | GetScriptEvents () |
| | Get the events.
|
| OptionsAccessEvents | GetEvents () |
| | Get the events.
|
|
| void | OnRevert () |
| void | ~IntroSceneCharacter () |
| void | BleedingIndicator (int source_ID, int severity, GameplayEffectsDataBleeding parent) |
| void | CharacterLoad (int character_id, vector char_pos, vector char_rot) |
| void | CharacterUnload () |
| void | CheckBlood () |
| void | CheckHealth () |
| void | CheckValues () |
| void | CreateDefaultCharacter () |
| void | CreateNewCharacter () |
| void | CreateNewCharacterById (int character_id) |
| void | CreateNewCharacterByName (string character_name, bool randomize_equip=true) |
| void | CreateNewCharacterRandom () |
| bool | DataInitialized () |
| void | ForceStop () |
| void | GameplayEffectsData (array< ref Widget > input, int type, int user_override=-1) |
| float | GetBlood () |
| ECharGender | GetCharacterGender () |
| int | GetCharacterID () |
| string | GetCharacterName () |
| string | GetCharacterNameById (int char_id) |
| PlayerBase | GetCharacterObj () |
| TStringArray | GetCharGenderList () |
| TStringArray | GetCharList (ECharGender gender) |
| TStringArray | GetCharPantsList () |
| TStringArray | GetCharShirtsList () |
| TStringArray | GetCharShoesList () |
| bool | GetEndNow () |
| float | GetHealth () |
| void | GetLastPlayedServer (int characterID, out string address, out string name, out int port) |
| void | GetLastPlayedServerEx (int characterID, out string address, out string name, out int port, out int steamQueryPort) |
| int | GetNextCharacterID () |
| vector | GetPosition () |
| int | GetPrevCharacterID () |
| int | GetSeverity () |
| array< ref Widget > | GetWidgetSet () |
| int | GetWidgetSetID () |
| int | GetWidgetSetType () |
| bool | HasDefinedHandle () |
| | Returns 'true' if this class contains update info.
|
| void | Init () |
| void | Init (array< ref Widget > input, int type, Widget layout_root, int user_override=-1) |
| void | InitIndicator (vector position) |
| void | IntroSceneCharacter () |
| bool | IsCharacterFemale () |
| bool | IsDefaultCharacter () |
| bool | IsRunningDrops () |
| | Are any drops currently being animated?
|
| void | LoadCharacterData (vector char_pos, vector char_rot, bool default_char=false) |
| | Generates random equip for the new IntroSceneCharacter, whatever is defined in 'cfgCharacterCreation'.
|
| void | OnRPC (ParamsReadContext ctx) |
| void | OnScheduledTick (float deltatime) |
| void | ReceiveValue (int value_type, float value) |
| void | RegisterData (Param p) |
| void | ResetIndicator () |
| void | ResetSequence () |
| void | SaveCharName (string name) |
| void | SaveDefaultCharacter () |
| void | SendInitValues () |
| | Sends values on object creation.
|
| void | SendValue (int value_type, float value) |
| void | SetAttachment (string type, int slot) |
| void | SetCharacterGender (ECharGender gender) |
| void | SetCharacterID (int char_id) |
| void | SetToDefaultCharacter () |
| void | SetupPlayerName (bool new_name) |
| void | ShowDebugValues (bool show) |
| void | StartRunningDrops () |
| void | StopIndicator (bool instant=false) |
| void | TransferValues (PlayerBase player) |
| void | TrySpawnNextDrop () |
| void | Update (float timeSlice) |
| void | Update (float timeSlice=0, Param p=null, int handle=-1) |
| void | UpdateVisibility (bool state) |
Definition at line 1320 of file gameplay.c.