Issue Data
|
Issue #26256: PlankHingeMoveableScript: Unable to call GetPositionX - no native object bound to the script object
[02/21/2019 - 12:42:47AM] error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack: [ (0011C693)].PlankHingeMoveableScript.GetPositionX() - "<native>" Line ? [ (0011C693)].PlankHingeMoveableScript.OnInit() - "g:\_F4\Art\Raw\Scripts\PlankHingeMoveableScript.psc" Line 14 [02/21/2019 - 12:42:47AM] warning: Assigning None to a non-object variable named "::StartingXPos_var" stack: [ (0011C693)].PlankHingeMoveableScript.OnInit() - "g:\_F4\Art\Raw\Scripts\PlankHingeMoveableScript.psc" Line 14 |
An interesting one: the script fails to call GetPositionX() on line 14, but it apparently doesn't complain when it calls GetPositionY() and GetPositionZ() on lines 15 and 16.
Makes me wonder whether the OnInit() event may fire before the ref has been fully set up.
Makes me wonder whether the OnInit() event may fire before the ref has been fully set up.
Showing Comments 1 - 1 of 1