Difference between revisions of "Scripting"
From theFarWilds
Line 4: | Line 4: | ||
Functions you can implement: [[Script_Functions]] | Functions you can implement: [[Script_Functions]] | ||
− | |||
− | |||
− | |||
Functions you can call: | Functions you can call: | ||
− | + | [[Global Functions]] | |
− | + | [[Config Functions]] | |
− | + | [[Player Functions]] | |
− | + | [[Entity Functions]] | |
− | + | [[Location Functions]] | |
− | + | [[Card Functions]] | |
− | + | [[Action Functions]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | Config | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | Player Functions | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
---- | ---- |
Revision as of 18:28, 19 March 2010
This is the start of the scripting API. It will be expanded over time. If you want something ask for it in the forum. Create your scripts here: [1]. Scripts are written in AngelScript, it has syntax similar to C.
Functions you can implement: Script_Functions
Functions you can call: Global Functions Config Functions Player Functions Entity Functions Location Functions Card Functions Action Functions
Coordinate System : Coordinates in TFW are a bit weird. This page explains.