Entity position and rotation: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2022

  • curprev 21:2421:24, 19 April 2022NawTora talk contribsm 2,743 bytes +24 add category undo
  • curprev 21:2221:22, 19 April 2022NawTora talk contribs 2,719 bytes +2,719 Created page with "== Position == Position is encoded as a table with <code>x, y, z</code> entries. Such a table can be created with the <code>World_Pos(x, y, z)</code> function. The X and Z axes point along the map plane and the Y axis is the up direction. * Use <code>Entity_GetPosition(entity)</code> to get the position of an entity. The returned object has <code>x, y, z</code> fields. * Use <code>Entity_SetPosition(entity, position)</code> to set the position of an entity. The entity w..."