Ssp: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
Created page with "ssp <sprite1> <clipmask> Takes an actor's xvel and zvel properties and sends a movesprite to the game engine. Useful for moving objects variably with..."
 
Mblackwell (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
ssp <[[sprite1]]> <[[clipmask]]>  
ssp <[[sprite id|sprite1]]> <[[clipmask]]>  


Takes an [[actor]]'s [[xvel]] and [[zvel]] properties and sends a [[movesprite]] to the game engine. Useful for moving objects variably without needing to calculate angles.
Takes an [[actor]]'s [[xvel]] and [[zvel]] properties and sends a [[movesprite]] to the game engine. Useful for moving objects variably without needing to calculate angles.

Latest revision as of 11:16, 6 November 2011

ssp <sprite1> <clipmask>

Takes an actor's xvel and zvel properties and sends a movesprite to the game engine. Useful for moving objects variably without needing to calculate angles.