Clear - Array

Revision as of 18:47, 11 July 2014 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' All arrays Removes all items from the array, reducing it to a 0-length array. == Syntax == <source lang="papyrus"> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: All arrays

Removes all items from the array, reducing it to a 0-length array.

Syntax

Function Clear() native

Parameters

None

Return Value

None

Examples

MyStringArray.Clear()

; In this case, ["Hello", "world"] would become []

See Also