Difference between revisions of "Papyrus FAQs"
Jump to navigation
Jump to search
→What's the alternative to OnUpdate, RegisterForUpdate, and RegisterForSingleUpdate?
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? === |