actor properties

matthowarthmatthowarth Member Posts: 76
edited November -1 in Working with GS (Mac)
hi all,

sorry if this is a simple question but I can't find an answer to it.

How can I get actor properties from actors that are in a scene? I want to know position, scale and rotation, that's all really.

cheers

Matt

Comments

  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Typically speaking you cant just see things like this. Depending on how you want to use the data, the best thing is to just use the display text behaviour and have it display self.position or self.rotation etc
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    If you unlock the actors you have access to other actors attributes, but this only works with actors that are already there, if you spawn at all, you won't see anything
  • matthowarthmatthowarth Member Posts: 76
    thanks guys, at least it wasn't me being stupid.

    : )
Sign In or Register to comment.