remote_control

Vars | |
controlled | Movable atom being controlled by the component |
---|---|
ctrl_click_proc | Callback to be run when user left clicks somewhere while remote controlling |
is_controlling | whether the component is currently active or not |
left_click_proc | Callback to be run when user left clicks somewhere while remote controlling |
right_click_proc | Callback to be run when user right clicks somewhere while remote controlling |
user | User of the component |
Procs | |
disable_controls | I want controls to be disabled before actually qdeling due to some race conditions of my own creation. |
invoke | Invokes the callback for when the controller clicks |
on_control_terminate | Called when Controlling should not be resumed and deleted the component |
on_hear | Called when the controlled atom hear a sound |
on_relayed_speech | Called when the remote controller wants to speak through the controlled atom |
remote_control_off | turns remote control off |
remote_control_on | Turns the remote control on |
remote_interact | called by control click, allow to interact with the target |
toggle_remote_control | Self explanatory, toggles remote control |
update_left_clickproc | Updates the clickproc to a passed type of turret |
update_right_clickproc | Updates the clickproc to a passed type of ability |
uv_handle_click | called when a shooty turret attempts to shoot by click |
uv_handle_click_explosive | Called when a explosive vehicle clicks and tries to explde itself |
Var Details
controlled

Movable atom being controlled by the component
ctrl_click_proc

Callback to be run when user left clicks somewhere while remote controlling
is_controlling

whether the component is currently active or not
left_click_proc

Callback to be run when user left clicks somewhere while remote controlling
right_click_proc

Callback to be run when user right clicks somewhere while remote controlling
user

User of the component
Proc Details
disable_controls
I want controls to be disabled before actually qdeling due to some race conditions of my own creation.
invoke
Invokes the callback for when the controller clicks
on_control_terminate
Called when Controlling should not be resumed and deleted the component
on_hear
Called when the controlled atom hear a sound
on_relayed_speech
Called when the remote controller wants to speak through the controlled atom
remote_control_off
turns remote control off
remote_control_on
Turns the remote control on
remote_interact
called by control click, allow to interact with the target
toggle_remote_control
Self explanatory, toggles remote control
update_left_clickproc
Updates the clickproc to a passed type of turret
update_right_clickproc
Updates the clickproc to a passed type of ability
uv_handle_click
called when a shooty turret attempts to shoot by click
uv_handle_click_explosive
Called when a explosive vehicle clicks and tries to explde itself