Property | Type | Description | |
---|---|---|---|
AreaId | int | ||
Flags | int | ||
Holes | ushort | ||
IndexX | int | ||
IndexY | int | ||
X | float | ||
Y | float | ||
Z | float | ||
effectId | int | ||
nDoodadRefs | uint | ||
nEffectDoodad | byte[] | ||
nLayers | uint | ||
nMapObjRefs | uint | ||
nSndEmitters | uint | ||
offsColorValues | int | ||
ofsAlpha | uint | ||
ofsHeight | uint | ||
ofsLayer | uint | ||
ofsLiquid | uint | ||
ofsNormal | uint | ||
ofsRefs | uint | ||
ofsShadow | uint | ||
ofsSndEmitters | uint | ||
predTex | ushort[] | ||
props | int | ||
sizeAlpha | uint | ||
sizeLiquid | uint | ||
sizeShadow | uint |
Method | Description | |
---|---|---|
GetHolesMap ( ) : ].bool[ | ||
MCNK ( ) : System | ||
MCNK ( float x, float y, float z, |
Constructor
|
public MCNK ( float x, float y, float z, |
||
x | float | X position of the MCNK |
y | float | Y position of the MCNK |
z | float | Z position of the MCNK |
holes | Holes in this MCNK | |
return | System |