Variably Sized Collections in Papyrus

Post » Sun Jul 06, 2014 1:43 am

Are there any simple and/or efficient methods of managing collections that change in size over time? Things like Stacks, Queues, Linked-lists, etc.

I know how to implement these from scratch using statically sized arrays in a proper programming language, but I suspect that to do so in papyrus would result in a very slow data-structure.

User avatar
Stephani Silva
 
Posts: 3372
Joined: Wed Jan 17, 2007 10:11 pm

Post » Sun Jul 06, 2014 4:08 am

http://www.creationkit.com/Arrays_%28Papyrus%29

I don't know how powerful it is, but its widely used.

User avatar
Dominic Vaughan
 
Posts: 3531
Joined: Mon May 14, 2007 1:47 pm


Return to V - Skyrim