ForceRefIfEmpty - ReferenceAlias
Member of: ReferenceAlias Script
Forces this alias to use the specified reference, but only if the alias is currently empty
SyntaxEdit
Function ForceRefIfEmpty(ObjectReference akNewRef)
ParametersEdit
- akNewRef: The ObjectReference to tell this alias to use, if empty
Return ValueEdit
None.
ExamplesEdit
; Force the alias to use the random person as the reference, but only if the alias is currently empty
Alias_JohnDoe.ForceRefIfEmpty(RandomPerson)