Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBindPhysics Class
CScriptBindPhysics
Syntax
C++
class CScriptBindPhysics : public CScriptableBase;

!

  • This class implements script-functions for Physics and decals.
  •  

  •  

After initialization of the script-object it will be globally accessible through scripts using the namespace "Physics". 

These function will never be called from C-Code. They're script-exclusive.

Physics.CreateDecal(pos, normal, scale, lifetime, decal.texture, decal.object, rotation)

Copyright (c) 2012. All rights reserved.