24 lines
560 B
Markdown
24 lines
560 B
Markdown
# SyncedVar.hook Field
|
|
|
|
|
|
The method name to invoke when the SyncVar get's updated.
|
|
|
|
**Namespace:** <a href="N_MLAPI_Attributes">MLAPI.Attributes</a><br />**Assembly:** 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 /> |