Difference between revisions of "Talk:CreateArray"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
(New page: Is it possible to define the size of the array (and/or set it write protected) without having to explicitly set ''EspID''? Eg, if you just use: CreateArray 0 10 Will ''EspID'' be set app...)
 
imported>Haama
(Yep, sure do)
Line 4: Line 4:


--[[User:Speedo|Speedo]] 00:26, 16 February 2008 (EST)
--[[User:Speedo|Speedo]] 00:26, 16 February 2008 (EST)
:Yes, you need to find the EspID with [[GetEsp]] first.--[[User:Haama|Haama]] 11:15, 16 February 2008 (EST)

Revision as of 11:15, 16 February 2008

Is it possible to define the size of the array (and/or set it write protected) without having to explicitly set EspID? Eg, if you just use:

CreateArray 0 10

Will EspID be set appropriately to that of the current Esp, or will it be set to "0"?

--Speedo 00:26, 16 February 2008 (EST)

Yes, you need to find the EspID with GetEsp first.--Haama 11:15, 16 February 2008 (EST)