Vm distance: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
Created page with "Returns the cached distance between the current actor and the closest player. Changing this value is useful for commands that depends on the player distance, such..."
 
Fox (talk | contribs)
No edit summary
 
Line 1: Line 1:
Returns the cached distance between the current actor and the [[player|closest player]].
Returns the cached distance between the current actor and the [[vm_player|closest player]].


Changing this value is useful for commands that depends on the player distance, such as [[ifpdistl]], etc.
Changing this value is useful for commands that depends on the player distance, such as [[ifpdistl]], etc.

Latest revision as of 05:12, 19 February 2020

Returns the cached distance between the current actor and the closest player.

Changing this value is useful for commands that depends on the player distance, such as ifpdistl, etc.

See also vm_sprite and vm_player.