Anonymous user
Script Modules: Difference between revisions
Jump to navigation
Jump to search
m
wikif' form.+ rem' links
*>Monkey 05 06 mNo edit summary |
*>LuniqueDan m (wikif' form.+ rem' links) |
||
Line 1: | Line 1: | ||
AGS script modules are a way for AGS script code to be reused and shared. They work like [[plugins]], through a module manager, but are written in AGS script code entirely, and thus are independent of the platform on which a game is run. | '''''AGS script modules''''' are a way for AGS script code to be reused and shared. They work like [[plugins]], through a module manager, but are written in AGS script code entirely, and thus are independent of the platform on which a game is run. | ||
== Module Manager == | == Module Manager == | ||
Line 17: | Line 17: | ||
== See also == | == See also == | ||
*[[List of Script Modules]] | *[[List of Script Modules]] | ||
*[[Module writing hints]] | *[[Module writing hints]] | ||
*[[Module programming guidelines]] | *[[Module programming guidelines]] | ||
*[[Module Header Template (SSH)]] | *[[Module Header Template (SSH)]] | ||
*[[:Category:Modules]] | |||
[[Category:AGS Dictionary]][[Category:Scripting]] | [[Category:AGS Dictionary]][[Category:Scripting]] |