Difference between revisions of "HPL3/Scripting/Scripting Guide/Conclusion - Advanced"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "{{Hpl3ScriptingGuideMenuAdvanced}} {{shortPageTitle}} {| style="border:0px;" cellspacing="0" |- valign="top" | style="padding-right:0.2em" | In this section of the guide, we l...")
(No difference)

Revision as of 23:01, 16 August 2020

In this section of the guide, we learned:

  • How to work with classes and what are their main uses
  • What are object handles and how they are used across the engine
  • The difference between object instance and object handle
  • How to cast different data types

You can now create even more complex scripting scenarios for your maps, and even create . All you need to do is to get familiar with the available functions the game offers.

Further Reading


Enums