71
edits
imported>Jlundin |
|||
Line 19: | Line 19: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Debug.Trace("The box has an x position of: " + box.GetPositionX()) | Debug.Trace("The box has an x position of: " + box.GetPositionX()) | ||
</source> | |||
<source lang="papyrus"> | |||
; using the hardcoded property as a shortcut to this function | |||
Debug.Trace("The box has an x position of: " + box.X) | |||
</source> | </source> | ||
edits