6,834
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|class = Element | |class = Element | ||
|name = setData | |name = setData | ||
| | |parametersSS = string dataName, var theData, bool syncWithClients = true | ||
|parametersCS = string dataName, var theData | |||
|parameter1 = string dataName The string name of the data for the element. | |parameter1 = string dataName The string name of the data for the element. | ||
|parameter2 = var theData The data for the element, which is referenced by dataName. | |parameter2 = var theData The data for the element, which is referenced by dataName. | ||
|parameter3 = bool syncWithClients Whether to | |parameter3 = bool syncWithClients Whether '''dataName''' and '''theData''' are sent to all clients. This only applies when the method is used server-side. | ||
|returnTypes = void | |returnTypes = void | ||
|returnInfo = void | |returnInfo = void |
edits