Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISRadioAction Class Reference
Inheritance diagram for ISRadioAction:
ISBaseTimedAction ISBaseObject

Public Member Functions

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)
Public Member Functions inherited from ISBaseTimedAction
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)
Public Member Functions inherited from ISBaseObject
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 ()

Public Attributes

string mode
InventoryItem IsoObject VehiclePart device
DeviceData deviceData
InventoryItem boolean number secondaryItem
boolean ignoreHandsWounds
Public Attributes inherited from ISBaseTimedAction
number maxTime
LuaTimedActionNew action
boolean _isAddingActions
number _numAddedActions
IsoPlayer character
boolean stopOnWalk
boolean stopOnRun
boolean stopOnAim
number caloriesModifier
boolean useProgressBar
boolean forceProgressBar
boolean loopedAction
Path path
string name
NetTimedAction netAction
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ ISRadioAction()

ISRadioAction::ISRadioAction ( string mode,
IsoPlayer character,
InventoryItem|IsoObject|VehiclePart device,
InventoryItem|boolean|number secondaryItem )

Member Function Documentation

◆ 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 ( )

Member Data Documentation

◆ 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: