Page 1 of 1

[Command] clearGetList

Posted: Wed Nov 03, 2021 9:27 pm
by Raddeck
clearGetList()


USE:
So that GetSpecific() GetPerson() etc can return the same actor again if they're already called by a previous get functions in the same scene.

Sometimes the getGlobal/getSpecific calls do not work without this call.


TYPE: Command, Non-Ref (but syntax is ref-like)
RETURNS: /
THEME: Variables
COMPARE:


EXAMPLE:

Code: Select all

SceneStart()
    clearGetList()
    ....