-
Notifications
You must be signed in to change notification settings - Fork 17
component_physics
CapsAdmin edited this page Oct 15, 2016
·
14 revisions
- component_physics:CreateObject(meta, override, skip_gc_callback)
- component_physics:GetAngles()
- component_physics:GetAngularDamping()
- component_physics:GetAngularVelocity()
- component_physics:GetLinearDamping()
- component_physics:GetMassOrigin()
- component_physics:GetMass()
- component_physics:GetMatrix()
- component_physics:GetPhysicsBoxScale()
- component_physics:GetPhysicsCapsuleZHeight()
- component_physics:GetPhysicsCapsuleZRadius()
- component_physics:GetPhysicsModelPath()
- component_physics:GetPhysicsModel()
- component_physics:GetPhysicsSphereRadius()
- component_physics:GetPosition()
- component_physics:GetRotation()
- component_physics:GetVelocity()
- component_physics:InitPhysicsBox(scale)
- component_physics:InitPhysicsCapsuleZ()
- component_physics:InitPhysicsConvexHull()
- component_physics:InitPhysicsConvexTriangles()
- component_physics:InitPhysicsSphere(rad)
- component_physics:InitPhysicsTriangles()
- component_physics:Initialize()
- component_physics:IsMovable()
- component_physics:OnAdd(ent)
- component_physics:OnRemove(ent)
- component_physics:OnUpdate()
- component_physics:SetAngles(ang)
- component_physics:SetAngularDamping(var)
- component_physics:SetAngularVelocity(var)
- component_physics:SetLinearDamping(var)
- component_physics:SetMassOrigin(var)
- component_physics:SetMass(var)
- component_physics:SetMatrix(var)
- component_physics:SetMovable(var)
- component_physics:SetPhysicsBoxScale(var)
- component_physics:SetPhysicsCapsuleZHeight(var)
- component_physics:SetPhysicsCapsuleZRadius(var)
- component_physics:SetPhysicsModelPath(path)
- component_physics:SetPhysicsModel(var)
- component_physics:SetPhysicsSphereRadius(var)
- component_physics:SetPosition(vec)
- component_physics:SetRotation(rot)
- component_physics:SetVelocity(var)
- component_physics:UpdatePhysicsObject()