Nexus-nexus.schema.SetOption

From GMod Wiki

Jump to: navigation, search
Deletion.pngThis 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: NewerShared.png
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

DescriptionSet the name of the attibutes menu to "Attributes"
Used onNewerClient.png
Code
nexus.schema.SetOption("name_attributes", "Attributes");
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox