Updated Text Script.md (markdown)
commited
commit
37780545f94dc879053b9046d9bf3d76830174f0
... | ... | @@ -145,7 +145,9 @@ Objects.GetPosition(obj).rotation |
145 | 145 | |
146 | 146 | Objects.SetPosition(obj Object, vec position, rot Rotation); |
147 | 147 | |
148 | # set |
|
148 | # alternatives |
|
149 | ||
150 | # Set Position |
|
149 | 151 | obj.position = vec; |
150 | 152 | obj.rotation = rot; |
151 | 153 |