ScenEdit_SetSideOptions

All discussions & material related to Command's Lua interface

Moderators: RoryAndersonCDT, michaelm75au, angster, MOD_Command

Post Reply
jkgarner
Posts: 175
Joined: Thu Apr 30, 2020 12:42 pm

ScenEdit_SetSideOptions

Post by jkgarner »

The following is taken from the CommandLua documentation :

ScenEdit_SetSideOptions (options)
Set side options....AWARENESS and PROFICIENCY.(options)

Parameters
options SideOptions The side items to be changed.
Returns
{ SideOption }The side options

Example
ScenEdit_SetSideOptions('{side='SideA',awareness='OMNI',PROFICIENCY='ace')

The documentation does not give the valid values that can be used for awareness or proficiency.
What are the valid string values for awareness?
What are the valid sting values for proficiency?


KnightHawk75
Posts: 1850
Joined: Thu Nov 15, 2018 7:24 pm

RE: ScenEdit_SetSideOptions

Post by KnightHawk75 »

Awareness:
-1,0,1,2,3 or string AutoUnit, AutoSide, Blind, Normal, Omni (not sure if I have that in the right order matching the number)

Proficiency:
0-4 or string novice, cadet, regular, veteran, ace,

jkgarner
Posts: 175
Joined: Thu Apr 30, 2020 12:42 pm

RE: ScenEdit_SetSideOptions

Post by jkgarner »

Thank you.
Post Reply

Return to “Lua Legion”