[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
Clear - Array
Jump to navigation
Jump to search
Member of: All Arrays
Removes all items from the array, reducing it to a 0-length array.
Syntax[edit | edit source]
Function Clear() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
None
Examples[edit | edit source]
MyStringArray.Clear()
; In this case, ["Hello", "world"] would become []