Difference between revisions of "Simplelib"
From OpenEUO
(Initial simplelib page) |
m (→Other Library Methods) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
* [[Document and Usage Conventions]] | * [[Document and Usage Conventions]] | ||
− | * [[Attribution, License, and CopyLeft]] | + | * [[Attribution, License, and CopyLeft|Attribution, License, and Disclaimer]] |
− | + | == Library Initialization and Usage == | |
− | == Library Initialization == | + | |
* [[Including simplelib in a Project]] | * [[Including simplelib in a Project]] | ||
Line 14: | Line 13: | ||
* [[Changing Default Error Reporting Mode]] | * [[Changing Default Error Reporting Mode]] | ||
− | * [[Importing Library Names Into Global | + | * [[Importing Library Names Into Global Environment]] |
* [[Using the Provided try() Exception Handler]] | * [[Using the Provided try() Exception Handler]] | ||
− | |||
== Interface Reference == | == Interface Reference == | ||
Line 24: | Line 22: | ||
* [[case]] | * [[case]] | ||
+ | |||
+ | * [[chain]] | ||
+ | |||
+ | * [[deque]] | ||
* [[file]] | * [[file]] | ||
Line 30: | Line 32: | ||
* [[journal]] | * [[journal]] | ||
+ | |||
+ | * [[keymon]] | ||
+ | |||
+ | * [[linklist]] | ||
+ | |||
+ | * [[machine]] | ||
* [[scan]] | * [[scan]] | ||
Line 37: | Line 45: | ||
=== Library Method Tables === | === Library Method Tables === | ||
− | * [[ | + | * [[alex]]....Reproduce Alexandria library functionality for openeuo. |
− | * [[ | + | * [[bmp]].....Image manipulation functions. |
− | * [[ | + | * [[luo]].....A table for treating UO variables as functions. |
+ | * [[macro]]...Call event macros by name and partial name matching. | ||
+ | |||
+ | * [[str]].....String manipulation functions. | ||
+ | |||
+ | * [[tile]]....Tile searching and caching. | ||
=== Other Library Methods === | === Other Library Methods === | ||
+ | |||
+ | * [[chosen]] | ||
* [[convert]] | * [[convert]] | ||
+ | |||
+ | * [[deepcopy]] | ||
+ | |||
+ | * [[exkeyvalstr]] | ||
* [[geterror]] | * [[geterror]] | ||
Line 57: | Line 76: | ||
* [[non]] | * [[non]] | ||
+ | |||
+ | * [[tabletolua]] | ||
* [[target]] | * [[target]] | ||
* [[try]] | * [[try]] | ||
+ | |||
* [[slimport]] | * [[slimport]] | ||
Line 73: | Line 95: | ||
* [[null]] | * [[null]] | ||
+ | |||
+ | * [[EOF]] | ||
* [[ERR]] | * [[ERR]] | ||
* [[simple_lib_soliton__]] | * [[simple_lib_soliton__]] |
Latest revision as of 17:33, 8 January 2011
Contents
Purpose and Notes
Library Initialization and Usage
Interface Reference
Closure Generating Method Calls
Library Method Tables
- alex....Reproduce Alexandria library functionality for openeuo.
- bmp.....Image manipulation functions.
- luo.....A table for treating UO variables as functions.
- macro...Call event macros by name and partial name matching.
- str.....String manipulation functions.
- tile....Tile searching and caching.
Other Library Methods