@wfcd/arsenal-parser
Preparing search index...
Railjack
RawCrewMember
Interface RawCrewMember
interface
RawCrewMember
{
attcol
?:
RawColors
;
crewweapon
:
RawWeapon
;
eyecol
?:
RawColors
;
faction
:
string
;
features
?:
number
;
focus
?:
string
;
hide
?:
boolean
;
polarized
:
number
;
pricol
?:
RawColors
;
role
:
number
;
secondincommand
:
boolean
;
sigcol
?:
RawColors
;
skills
:
{
COMBAT
:
CrewMemberSkill
;
ENGINEERING
:
CrewMemberSkill
;
GUNNERY
:
CrewMemberSkill
;
PILOTING
:
CrewMemberSkill
;
SURVIVABILITY
:
CrewMemberSkill
;
}
;
skins
?:
{
uniqueName
:
string
}
[]
;
suit
:
string
;
uniqueName
:
string
;
upgrades
:
ModResolveable
[]
;
xp
:
number
;
}
Hierarchy (
View Summary
)
default
RawCrewMember
Index
Properties
attcol?
crewweapon
eyecol?
faction
features?
focus?
hide?
polarized
pricol?
role
secondincommand
sigcol?
skills
skins?
suit
unique
Name
upgrades
xp
Properties
Optional
attcol
attcol
?:
RawColors
crewweapon
crewweapon
:
RawWeapon
Optional
eyecol
eyecol
?:
RawColors
faction
faction
:
string
Optional
features
features
?:
number
Optional
focus
focus
?:
string
Optional
hide
hide
?:
boolean
polarized
polarized
:
number
Optional
pricol
pricol
?:
RawColors
role
role
:
number
secondincommand
secondincommand
:
boolean
Optional
sigcol
sigcol
?:
RawColors
skills
skills
:
{
COMBAT
:
CrewMemberSkill
;
ENGINEERING
:
CrewMemberSkill
;
GUNNERY
:
CrewMemberSkill
;
PILOTING
:
CrewMemberSkill
;
SURVIVABILITY
:
CrewMemberSkill
;
}
Optional
skins
skins
?:
{
uniqueName
:
string
}
[]
suit
suit
:
string
unique
Name
uniqueName
:
string
upgrades
upgrades
:
ModResolveable
[]
xp
xp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attcol
crewweapon
eyecol
faction
features
focus
hide
polarized
pricol
role
secondincommand
sigcol
skills
skins
suit
unique
Name
upgrades
xp
@wfcd/arsenal-parser
Loading...