Both sides previous revision Previous revision Next revision | Previous revision | ||
hpl3:community:scripting:script_functions [2015/10/29 07:21] romulator |
hpl3:community:scripting:script_functions [2015/10/29 07:26] (current) romulator |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Engine Scripts ====== | ====== Engine Scripts ====== | ||
+ | |||
+ | <note>This page is no longer being maintained, as all the Engine functions which this page was aiming to document have since been created. If you wish to view them, they can be found in HPL3 Documentation/game/Scripting/function_reference by using the sidebar, or you can use [[hpl3:game:scripting:function_reference:hps_api|this link]] to access the hps_api functions and view them from there. | ||
+ | |||
+ | This page will eventually be removed. (10-29-2015, Romulator)</note> | ||
This page is here as a reference documentation available online covering the main script functions within HPL3. The Basic Code section contains scripts that are available by default and found within the **hps_api.hps** file located in the SOMA game directory. Under "Helper Files" you will find the functions referenced in the specific helper files which require a script import from the script folder. | This page is here as a reference documentation available online covering the main script functions within HPL3. The Basic Code section contains scripts that are available by default and found within the **hps_api.hps** file located in the SOMA game directory. Under "Helper Files" you will find the functions referenced in the specific helper files which require a script import from the script folder. |