Added Mapbase v2.0 changes

Blixibon 2019-12-14 00:32:45 -06:00
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.
---