Entity.GetNetworkedFloat
From GMod Wiki
Revision as of 15:16, 24 September 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax | Entity:GetNetworkedFloat( Var index [, Float default] ) |
Description: | |
Returns a networked Float in this entity set with Entity:SetNetworkedFloat with the given index. | |
Returns: | Float |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetNetworkedFloat]Entity.GetNetworkedFloat [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Can be written GetNWFloat().
- Networked data is only synchronized when it is set!
- Index can be a String or Integer .