SetAvailableToBeCompanion - Actor

From the Fallout4 CreationKit Wiki
Revision as of 11:18, 1 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Actor Script Tells this actor it can now be a companion. == Syntax == <source lang="papyrus"> Function SetAvail...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Tells this actor it can now be a companion.

Syntax[edit | edit source]

Function SetAvailableToBeCompanion()

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Tell dogmeat he can be a companion now
Dogmeat.SetAvailableToBeCompanion()

See Also[edit | edit source]