|
| boolean | isValid () |
| void | start () |
| void | update () |
| void | perform () |
| boolean | isValidToggleOnOff () |
| void | performToggleOnOff () |
| boolean | isValidRemoveBattery () |
| void | performRemoveBattery () |
| boolean | isValidAddBattery () |
| void | performAddBattery () |
| boolean | isValidSetChannel () |
| void | startSetChannel () |
| void | performSetChannel () |
| boolean | isValidMuteVolume () |
| void | performMuteVolume () |
| boolean | isValidUnMuteVolume () |
| void | performUnMuteVolume () |
| boolean | isValidSetVolume () |
| void | performSetVolume () |
| boolean | isValidMuteMicrophone () |
| void | performMuteMicrophone () |
| boolean | isValidRemoveHeadphones () |
| void | performRemoveHeadphones () |
| boolean | isValidAddHeadphones () |
| void | performAddHeadphones () |
| boolean | isValidTogglePlayMedia () |
| void | performTogglePlayMedia () |
| boolean | isValidAddMedia () |
| void | performAddMedia () |
| boolean | isValidRemoveMedia () |
| void | performRemoveMedia () |
| | ISRadioAction (string mode, IsoPlayer character, InventoryItem|IsoObject|VehiclePart device, InventoryItem|boolean|number secondaryItem) |
| boolean | isValidStart () |
| void | isValid () |
| boolean | isUsingTimeout () |
| void | update () |
| void | forceComplete () |
| void | forceStop () |
| void | forceCancel () |
| number | getJobDelta () |
| unknown | resetJobDelta () |
| boolean | waitToStart () |
| void | start () |
| boolean | isStarted () |
| void | stop () |
| void | perform () |
| number | getDuration () |
| void | create () |
| void | begin () |
| void | setCurrentTime (number time) |
| void | setTime (number time) |
| number | adjustMaxTime (number maxTime) |
| void | setActionAnim (CharacterActionAnims|string _action, nil _displayItemModels) |
| void | setOverrideHandModels (InventoryItem _primaryHand, InventoryItem _secondaryHand, boolean _resetModel) |
| void | setOverrideHandModelsString (string _primaryHand, string _secondaryHand, boolean _resetModel) |
| void | overrideWeaponType () |
| void | restoreWeaponType () |
| void | setAnimVariable (string _key, string _val) |
| ISBaseTimedAction | addAfter (ISBaseTimedAction action) |
| void | beginAddingActions () |
| boolean | endAddingActions () |
| void | getDeltaModifiers (MoveDeltaModifiers deltas) |
| | ISBaseTimedAction (IsoPlayer character) |
| void | initialise () |
| ISBaseObject | derive (string type) |
| void | addEventListener (string _event, function _callback, unknown _target) |
| void | removeEventListener (string _event, function _callback) |
| void | triggerEvent (string _event, unknown ...) |
| void | clearEventListeners () |
| | ISBaseObject () |
◆ ISRadioAction()
| ISRadioAction::ISRadioAction |
( |
string | mode, |
|
|
IsoPlayer | character, |
|
|
InventoryItem|IsoObject|VehiclePart | device, |
|
|
InventoryItem|boolean|number | secondaryItem ) |
◆ isValid()
| boolean ISRadioAction::isValid |
( |
| ) |
|
◆ isValidAddBattery()
| boolean ISRadioAction::isValidAddBattery |
( |
| ) |
|
◆ isValidAddHeadphones()
| boolean ISRadioAction::isValidAddHeadphones |
( |
| ) |
|
◆ isValidAddMedia()
| boolean ISRadioAction::isValidAddMedia |
( |
| ) |
|
◆ isValidMuteMicrophone()
| boolean ISRadioAction::isValidMuteMicrophone |
( |
| ) |
|
◆ isValidMuteVolume()
| boolean ISRadioAction::isValidMuteVolume |
( |
| ) |
|
◆ isValidRemoveBattery()
| boolean ISRadioAction::isValidRemoveBattery |
( |
| ) |
|
◆ isValidRemoveHeadphones()
| boolean ISRadioAction::isValidRemoveHeadphones |
( |
| ) |
|
◆ isValidRemoveMedia()
| boolean ISRadioAction::isValidRemoveMedia |
( |
| ) |
|
◆ isValidSetChannel()
| boolean ISRadioAction::isValidSetChannel |
( |
| ) |
|
◆ isValidSetVolume()
| boolean ISRadioAction::isValidSetVolume |
( |
| ) |
|
◆ isValidToggleOnOff()
| boolean ISRadioAction::isValidToggleOnOff |
( |
| ) |
|
◆ isValidTogglePlayMedia()
| boolean ISRadioAction::isValidTogglePlayMedia |
( |
| ) |
|
◆ isValidUnMuteVolume()
| boolean ISRadioAction::isValidUnMuteVolume |
( |
| ) |
|
◆ perform()
| void ISRadioAction::perform |
( |
| ) |
|
◆ performAddBattery()
| void ISRadioAction::performAddBattery |
( |
| ) |
|
◆ performAddHeadphones()
| void ISRadioAction::performAddHeadphones |
( |
| ) |
|
◆ performAddMedia()
| void ISRadioAction::performAddMedia |
( |
| ) |
|
◆ performMuteMicrophone()
| void ISRadioAction::performMuteMicrophone |
( |
| ) |
|
◆ performMuteVolume()
| void ISRadioAction::performMuteVolume |
( |
| ) |
|
◆ performRemoveBattery()
| void ISRadioAction::performRemoveBattery |
( |
| ) |
|
◆ performRemoveHeadphones()
| void ISRadioAction::performRemoveHeadphones |
( |
| ) |
|
◆ performRemoveMedia()
| void ISRadioAction::performRemoveMedia |
( |
| ) |
|
◆ performSetChannel()
| void ISRadioAction::performSetChannel |
( |
| ) |
|
◆ performSetVolume()
| void ISRadioAction::performSetVolume |
( |
| ) |
|
◆ performToggleOnOff()
| void ISRadioAction::performToggleOnOff |
( |
| ) |
|
◆ performTogglePlayMedia()
| void ISRadioAction::performTogglePlayMedia |
( |
| ) |
|
◆ performUnMuteVolume()
| void ISRadioAction::performUnMuteVolume |
( |
| ) |
|
◆ start()
| void ISRadioAction::start |
( |
| ) |
|
◆ startSetChannel()
| void ISRadioAction::startSetChannel |
( |
| ) |
|
◆ update()
| void ISRadioAction::update |
( |
| ) |
|
◆ device
| InventoryItem IsoObject VehiclePart ISRadioAction::device |
◆ deviceData
| DeviceData ISRadioAction::deviceData |
◆ ignoreHandsWounds
| boolean ISRadioAction::ignoreHandsWounds |
◆ mode
| string ISRadioAction::mode |
◆ secondaryItem
| InventoryItem boolean number ISRadioAction::secondaryItem |
The documentation for this class was generated from the following file: