Difference between revisions of "Talk:ObjectReference Script"
Jump to navigation
Jump to search
m
→The XYZ read-only properties
imported>Rasikko m |
imported>Rasikko |
||
Line 22: | Line 22: | ||
== The XYZ read-only properties == | == The XYZ read-only properties == | ||
Stack Profiling tests shows that these are just shorthanded versions of their respective papyrus functions. GetPositionXYZ is still called under the hood and take the same amount of time to return as their read-only counterparts. | Stack Profiling tests shows that these are just shorthanded versions of their respective papyrus functions. GetPositionXYZ is still called under the hood and take the same amount of time to return as their read-only counterparts. If you wanna avoid typing 'GetPosition', just use the read-only versions instead. --[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2021-05-22T05:02:28 (EDT) |