Difference between revisions of "Papyrus FAQs"

172 bytes added ,  13:28, 11 May 2016
imported>Digitalparanoid
imported>Digitalparanoid
Line 276: Line 276:


=== What's the alternative to OnUpdate, RegisterForUpdate, and RegisterForSingleUpdate? ===
=== What's the alternative to OnUpdate, RegisterForUpdate, and RegisterForSingleUpdate? ===
You can use the [[OnTimer - ScriptObject|OnTimer]] event alongside the [[StartTimer - ScriptObject|StartTimer]] and [[CancelTimer - ScriptObject|CancelTimer]] functions.
=== Are arrays limited to 128 elements? ===
=== Are arrays limited to 128 elements? ===
=== How do I create a dynamic array? ===
=== How do I create a dynamic array? ===