MLAPI/docs/F_MLAPI_Attributes_SyncedVar_hook.md
2018-03-31 10:20:18 +02:00

24 lines
560 B
Markdown

# SyncedVar.hook Field
The method name to invoke when the SyncVar get's updated.
**Namespace:**&nbsp;<a href="N_MLAPI_Attributes">MLAPI.Attributes</a><br />**Assembly:**&nbsp;MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
## Syntax
**C#**<br />
``` C#
public string hook
```
<br />
#### Field Value
Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">String</a>
## See Also
#### Reference
<a href="T_MLAPI_Attributes_SyncedVar">SyncedVar Class</a><br /><a href="N_MLAPI_Attributes">MLAPI.Attributes Namespace</a><br />