DayZ 1.24
Loading...
Searching...
No Matches
Material Class Reference

Private Member Functions

proto bool SetParam (string propertyName, void value)
 
proto native void ResetParam (string propertyName)
 
proto native int GetParamIndex (string paramName)
 
proto void SetParamByIndex (int paramIndex, void value)
 

Detailed Description

Definition at line 267 of file proto.c.

Member Function Documentation

◆ GetParamIndex()

proto native int Material::GetParamIndex ( string paramName)
private

set parametr index for faster access to material properties

Parameters
paramNamename of parameter
Returns
parameter index

◆ ResetParam()

proto native void Material::ResetParam ( string propertyName)
private

reset parametr of material to default value

Parameters
paramNamename of parameter

◆ SetParam()

proto bool Material::SetParam ( string propertyName,
void value )
private

set parametr of material by string name

Parameters
paramNamename of parameter
valuevalue

◆ SetParamByIndex()

proto void Material::SetParamByIndex ( int paramIndex,
void value )
private

set parametr of material by index

Parameters
paramNamename of parameter
valuevalue

Referenced by PPEClassBase::SetFinalParameterValue().


The documentation for this class was generated from the following file: