Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
script.c
Go to the documentation of this file.
1//some example "reference" variables for use in material editor
2reference float g_testVariable1;
3reference float g_testVariable2;
4reference float g_testVariable3;
5
7{
8 //some example "reference" variables for use in material editor
9 reference float testVar1;
10 reference float testVar2;
11 reference float testVar3;
12}
reference float g_testVariable3
Definition script.c:4
reference float g_testVariable2
Definition script.c:3
reference float g_testVariable1
Definition script.c:2