SetActorPosition

From Eternity Wiki
Revision as of 05:01, 8 March 2020 by Printz (talk | contribs)
Jump to navigationJump to search

bool SetActorPosition (int tid, fixed x, fixed y, fixed z, bool fog)

Teleports the tagged thing to a given location marked by (x, y, z). Beware that since it's considered teleportation, no visual interpolation is taking place, so for small distances meant to produce controlled movement, it will look jerky.

fog means that it should also produce teleportation fog.

Returns true if teleportation was successful.