[Command] clearGetList

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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()
    ....
Last edited by Raddeck on Wed Jun 15, 2022 8:37 pm, edited 1 time in total.
Reason: Added 1 example
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply