Dota 2 Workshop Tools/Scripting/API/CCustomNetTableManager.GetTableValue: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 8: | Line 8: | ||
''' handle GetTableValue(string ''string_1'', string ''string_2'') ''' | ''' handle GetTableValue(string ''string_1'', string ''string_2'') ''' | ||
'' | ''( string TableName, string KeyName )'' | ||
Revision as of 23:08, 18 June 2015

Function Description
handle GetTableValue(string string_1, string string_2)
( string TableName, string KeyName )
- Example
function CCustomNetTableManager:GetTableValue( string_1, string_2 ) end
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
string | string_2 | No Description Set |
Returns
handle - No Description Set