byond - Modules - TypesVar Details - Proc Details

multitile vehicle

Vars

minimap_flagsMinimap flags to use for this vehicle
minimap_icon_stateMinimap iconstate to use for this vehicle

Procs

crew_mousedownChecks for special control keybinds, else relays crew mouse press to active hardpoint.
crew_mousedragRelays crew mouse movement to active hardpoint.
crew_mouseupRelays crew mouse release to active hardpoint.
get_mob_hpGet active hardpoint of crewmember.
get_mob_seatGet seat of crewmember.
get_seat_mobGet crewmember of seat.
update_minimap_iconUpdates the vehicles minimap icon

Var Details

minimap_flags

Minimap flags to use for this vehicle

minimap_icon_state

Minimap iconstate to use for this vehicle

Proc Details

crew_mousedown

Checks for special control keybinds, else relays crew mouse press to active hardpoint.

crew_mousedrag

Relays crew mouse movement to active hardpoint.

crew_mouseup

Relays crew mouse release to active hardpoint.

get_mob_hp

Get active hardpoint of crewmember.

get_mob_seat

Get seat of crewmember.

get_seat_mob

Get crewmember of seat.

update_minimap_icon

Updates the vehicles minimap icon