![]()
|
|
There was a couple of 3D checks missing.
A 3D check for myGunRef was already added by the fix for Issue #20809, but 'self' (i.e. the reference on which the script runs) must have 3D too. Otherwise, the engine won't find the node to move myGunRef to. This would have been less of a problem if the script would run from an OnLoad() event, but it runs from an OnCellAttach() event.
A 3D check for myGunRef was already added by the fix for Issue #20809, but 'self' (i.e. the reference on which the script runs) must have 3D too. Otherwise, the engine won't find the node to move myGunRef to. This would have been less of a problem if the script would run from an OnLoad() event, but it runs from an OnCellAttach() event.
Comment #1 Mar 10, 2018 5:20 pm
Edited by BlackPete on May 13, 2018 5:53 pm
Showing Comments 1 - 1 of 1