Difference between revisions of "User:DavidJCobb/Sandbox/TES5Edit Scripting Functions"
Jump to navigation
Jump to search
User:DavidJCobb/Sandbox/TES5Edit Scripting Functions (edit)
Revision as of 00:38, 7 May 2017
, 00:38, 7 May 2017→IwbContainer: how did I forget these
imported>DavidJCobb (Corrected IwbContainer::RemoveByIndex; added data for IwbFile, IwbMainRecord, and IwbResource; added the misc functions; fixed row colors on NIF and DDS functions.) |
imported>DavidJCobb (→IwbContainer: how did I forget these) |
||
Line 244: | Line 244: | ||
|ElementExists|boolean|aeContainer: IwbContainer;<br/> asName: string | |ElementExists|boolean|aeContainer: IwbContainer;<br/> asName: string | ||
|Returns true if ''aeContainer'' as a child element whose name is ''asName''. See also: ''ElementByName''.}} | |Returns true if ''aeContainer'' as a child element whose name is ''asName''. See also: ''ElementByName''.}} | ||
{{TES5Edit function row|odd | |||
|GetElementEditValues|string|aeContainer: IwbContainer;<br/> asPath: string | |||
|Finds the element within ''aeContainer'' specified by ''asPath'', and returns a string representation of its value.}} | |||
{{TES5Edit function row|even | |||
|GetElementNativeValues|variant|aeContainer: IwbContainer;<br/> asPath: string | |||
|Finds the element within ''aeContainer'' specified by ''asPath'', and returns its value.}} | |||
{{TES5Edit function row|even | {{TES5Edit function row|even | ||
|IndexOf|integer|aeContainer: IwbContainer;<br/> aeChild: IwbElement | |IndexOf|integer|aeContainer: IwbContainer;<br/> aeChild: IwbElement |