Jump to content

Code Doc: Missing arg's in Entity::SetInput


Roland
 Share

Recommended Posts

Documentation

void SetInput(float angle, float move, float strafe=0, float jump=0, bool crouch=false, float maxaccel=1)

 

Reality

void SetInput(const float angle, const float move, const float strafe=0, const float jump=0, const bool crouch=false, const float maxaccel=1,const float maxdecel=0.5, const bool detailed=false)

 

 

http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/entitysetinput-r706

AV MX Linux

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...