Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Material Class Reference

Private Member Functions

proto native int GetParamIndex (string paramName)
 set parametr index for faster access to material properties
proto native void ResetParam (string propertyName)
 reset parametr of material to default value
proto bool SetParam (string propertyName, void value)
 set parametr of material by string name
proto void SetParamByIndex (int paramIndex, void value)
 set parametr of material by index

Detailed Description

Definition at line 267 of file proto.c.

Member Function Documentation

◆ GetParamIndex()

proto native int GetParamIndex ( string paramName)
private

set parametr index for faster access to material properties

Parameters
paramNamename of parameter
Returns
parameter index

◆ ResetParam()

proto native void ResetParam ( string propertyName)
private

reset parametr of material to default value

Parameters
paramNamename of parameter

◆ SetParam()

proto bool SetParam ( string propertyName,
void value )
private

set parametr of material by string name

Parameters
paramNamename of parameter
valuevalue

Referenced by PPEffects::SetBlur(), and PPEffects::SetNVParams().

◆ SetParamByIndex()

proto void SetParamByIndex ( int paramIndex,
void value )
private

set parametr of material by index

Parameters
paramNamename of parameter
valuevalue

The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/1_core/proto/proto.c