Andy Gilbert Posted July 17, 2013 Share Posted July 17, 2013 In the docs it says for GetPointVelocity This function gets entity's velocity at a specific point, in global or local space. http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/getpointvelocity-r758 But then doesnt mention it in the syntax or parameters and ive tried it which results with an error in the function? So is there a parameter for local and global? Thanks Andy The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do. Leadwerks Game-Ready 3D Models:https://sellfy.com/gib3d Link to comment Share on other sites More sharing options...
AggrorJorn Posted July 17, 2013 Share Posted July 17, 2013 After looking in the headers, the function parameters are either 3 floats or a vector3. I am not seeing any boolean parameter that would specify global or local. Either the documentation is off or this is not implemented. Link to comment Share on other sites More sharing options...
Andy Gilbert Posted July 17, 2013 Author Share Posted July 17, 2013 Thanks Aggror, so that confirms its not currently an option and im sure it will be easy to say the document is off, but having the option there really is required and therefore should be implimented if its currently not. Thanks Andy The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do. Leadwerks Game-Ready 3D Models:https://sellfy.com/gib3d Link to comment Share on other sites More sharing options...
AggrorJorn Posted July 17, 2013 Share Posted July 17, 2013 I don't think this is something wrong in the documentation nut merely something Josh forgot. Link to comment Share on other sites More sharing options...
Admin Posted August 30, 2013 Share Posted August 30, 2013 Docs are amended to say "in global space". Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts