X Tutup
×
Create a new article
Write your page title here:
We currently have 92,700 articles on Fallout Wiki. Type your article name above or click on one of the titles below and start writing!



Fallout Wiki
92,700Articles
☢  Independent Fallout Wiki Resources  ☢
Resource:Creation Kit > Clear - Array


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 []
X Tutup