Nexus-nexus.schema.SetOption
From GMod Wiki
This page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here. Reason for deletion: The third party gamemode this page supports is dead Last Edit was made on 11/16/2011 |
Function | |
Syntax |
nexus.schema.SetOption( String key, String value ) Where is this used? |
Description: | |
A function to set the value of schema option. | |
Returns: | nil |
Part of Library: | nexus |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Nexus-nexus.schema.SetOption]Nexus-nexus.schema.SetOption [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Set the name of the attibutes menu to "Attributes" |
---|---|
Used on | |
Code | nexus.schema.SetOption("name_attributes", "Attributes"); |
Output | N/A |