camera_advanced 
Vars | |
actions | List of all actions to give to a user when they're well, granted actions |
---|---|
add_usb_port | Should we add a usb port to this console? |
jump_action | Typepath for jumping |
move_down_action | Typepath of the move down action |
move_up_action | Typepath of the move up action |
off_action | Typepath of the action button we use as "off" It's a typepath so subtypes can give it fun new names |
should_supress_view_changes | Should we supress any view changes? |
Procs | |
CreateEye | Initializes a camera eye. Returns TRUE if initialization was successful. Will return nothing if it runtimes. |
register_usb_port | Equipment action component support |
Var Details
actions 
List of all actions to give to a user when they're well, granted actions
add_usb_port 
Should we add a usb port to this console?
jump_action 
Typepath for jumping
move_down_action 
Typepath of the move down action
move_up_action 
Typepath of the move up action
off_action 
Typepath of the action button we use as "off" It's a typepath so subtypes can give it fun new names
should_supress_view_changes 
Should we supress any view changes?
Proc Details
CreateEye
Initializes a camera eye. Returns TRUE if initialization was successful. Will return nothing if it runtimes.
register_usb_port
Equipment action component support