mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-13 23:37:58 +03:00
Added Mapbase v2.0 changes
parent
54ee092f0c
commit
baa4cc517a
@ -27,8 +27,10 @@ New User I/O that could pass parameters:
|
|||||||
---
|
---
|
||||||
* **FreeChildren** `<void>` - Unparents all entities parented to this entity in a movement hierarchy.
|
* **FreeChildren** `<void>` - Unparents all entities parented to this entity in a movement hierarchy.
|
||||||
---
|
---
|
||||||
* **SetLocalOrigin** `<vector>` - Sets this entity's origin in the map.
|
* **SetLocalOrigin** `<vector>` - Sets this entity's origin in local space, relative to its parent if one exists. Otherwise relative to the world.
|
||||||
* **SetLocalAngles** `<vector>` - Set this entity's angles.
|
* **SetLocalAngles** `<vector>` - Sets this entity's angles in local space, relative to its parent if one exists. Otherwise relative to the world.
|
||||||
|
* **SetAbsOrigin** `<vector>` - Sets this entity's origin in the map, always relative to the world origin.
|
||||||
|
* **SetAbsAngles** `<vector>` - Sets this entity's angles in the map, always relative to the world origin.
|
||||||
* **SetLocalVelocity** `<vector>` - Sets this entity's current velocity.
|
* **SetLocalVelocity** `<vector>` - Sets this entity's current velocity.
|
||||||
* **SetLocalAngularVelocity** `<vector>` - Sets this entity's current angular velocity.
|
* **SetLocalAngularVelocity** `<vector>` - Sets this entity's current angular velocity.
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user