mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +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.
|
||||
---
|
||||
* **SetLocalOrigin** `<vector>` - Sets this entity's origin in the map.
|
||||
* **SetLocalAngles** `<vector>` - Set this entity's angles.
|
||||
* **SetLocalOrigin** `<vector>` - Sets this entity's origin in local space, relative to its parent if one exists. Otherwise relative to the world.
|
||||
* **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.
|
||||
* **SetLocalAngularVelocity** `<vector>` - Sets this entity's current angular velocity.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user