The setOutpostMode function is used to set the side of the outpost that the NPC group belongs to.
This document has been autogenerated and still needs to be reviewed and edited
The function
setOupostMode
really does have the typo in it
()setOutpostMode(side: s, alias: s); // setOupostMode_ss_
"attacker"
or "owner"
. ()setOutpostMode("owner", "FO01");
This code sets the outpost side of the current NPC group to "owner"
and the alias to "FO01"
.
This function is used to set the side and alias of the outpost that the NPC group belongs to. The side can be either "attacker"
or "owner"
. The alias is a unique identifier for the outpost.
This function can only be used with NPC groups.