phased_mob 
Vars | |
jaunter | The movable which is jaunting in this dummy |
---|---|
movedelay | The delay between moves while jaunted |
movespeed | The speed of movement while jaunted |
phased_mob_icon | Icon we draw our position indicator from |
phased_mob_icon_state | Icon state we use for our position indicator |
position_indicator | Image we show to our jaunter so they can see where they are |
Procs | |
eject_jaunter | Removes [jaunter] from our phased mob |
on_stat_change | Signal proc for COMSIG_MOB_STATCHANGE, to throw us out of the jaunt if we lose consciousness. |
phased_check | Checks if the conditions are valid to be able to phase. Returns a turf destination if positive. |
set_jaunter | Sets [new_jaunter] as our jaunter, forcemoves them into our contents |
show_client_image | Displays our position indicator to a client |
Var Details
jaunter 
The movable which is jaunting in this dummy
movedelay 
The delay between moves while jaunted
movespeed 
The speed of movement while jaunted
phased_mob_icon 
Icon we draw our position indicator from
phased_mob_icon_state 
Icon state we use for our position indicator
position_indicator 
Image we show to our jaunter so they can see where they are
Proc Details
eject_jaunter
Removes [jaunter] from our phased mob
on_stat_change
Signal proc for COMSIG_MOB_STATCHANGE, to throw us out of the jaunt if we lose consciousness.
phased_check
Checks if the conditions are valid to be able to phase. Returns a turf destination if positive.
set_jaunter
Sets [new_jaunter] as our jaunter, forcemoves them into our contents
show_client_image
Displays our position indicator to a client