Actor x
From Cobalt Wiki
More actions
| Actor.x | ||
| This Property represents the x coordinate of the chosen Actor | ||
| Returns | ||
| X coordinate as a number |
local chosenActor = API.getPlayerActor() print(tostring(chosenActor.x))
| Actor.x | ||
| This Property represents the x coordinate of the chosen Actor | ||
| Returns | ||
| X coordinate as a number |
local chosenActor = API.getPlayerActor() print(tostring(chosenActor.x))