| 
    Arma Reforger Script API
    
   | 
 
  
Additional Inherited Members | |
  Public Member Functions inherited from ParametricMaterialInstanceComponent | |
| proto external void | SetColor (int argbColor) | 
| Use it to set albedo color.   | |
| proto external int | GetColor () | 
| Get the current albedo color.   | |
| proto external void | SetEmissiveColor (int argbColor) | 
| proto external int | GetEmissiveC () | 
| Get the current emissive color.   | |
| proto external void | SetEmissiveMultiplier (int multiplier) | 
| proto external int | GetEmissiveM () | 
| Get the current emissive multiplier.   | |
| proto external void | SetUserParam1 (int param) | 
| proto external int | GetUserParam1 () | 
| proto external void | SetUserParam2 (int param) | 
| proto external int | GetUserParam2 () | 
| proto external void | SetUserParam3 (int param) | 
| proto external int | GetUserParam3 () | 
| proto external void | SetUserParam4 (int param) | 
| proto external int | GetUserParam4 () | 
| proto external void | SetUserAlphaTestParam (int alphaTest) | 
| proto external int | GetUserAlphaTestParam () | 
| Get the current alpha test value.   | |
| proto external void | SetCustomWetnessEnabled (bool val) | 
| proto external bool | GetCustomWetnessEnabled () | 
| Returns true if custom wetness is enabled.   | |
| proto external void | SetSlidingDropsEnabled (bool val) | 
| proto external bool | GetSlidingDropsEnabled () | 
| Returns true if sliding drops is enabled.   | |
| proto external bool | SaveState (ScriptBitWriter writer) | 
| proto external bool | LoadState (ScriptBitReader sreader) | 
  Public Member Functions inherited from GameComponent | |
| bool | OnTicksOnRemoteProxy () |