Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
ppematclassparametertexture.c
Go to the documentation of this file.
1 class PPEMatClassParameterTexture extends PPEMatClassParameterCommandData
2 {
3  override int GetParameterVarType()
4  {
5  return PPEConstants.VAR_TYPE_TEXTURE;
6  }
7 }
PPEMatClassParameterCommandData
Definition: ppematclassparameterbool.c:1
GetParameterVarType
override int GetParameterVarType()
Definition: ppematclassparametercolor.c:64