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

From Frictional Wiki
Jump to navigation Jump to search
m
m
 
Line 22: Line 22:
 
| style="width:0.1%" |
 
| style="width:0.1%" |
 
|}
 
|}
{{NavBar|HPL3/Scripting/Scripting_Guide/Enums|Enums|HPL3/Scripting/HPL3 Scripting Guide|HPL3 Scripting Guide||}}
+
{{NavBar|HPL3/Scripting/Scripting_Guide/Type Casting|Type Casting|HPL3/Scripting/HPL3 Scripting Guide|HPL3 Scripting Guide||}}
  
 
[[Category:HPL3 Scripting]]
 
[[Category:HPL3 Scripting]]
 
[[Category:English]]
 
[[Category:English]]

Latest revision as of 11:54, 17 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