info_function
                no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | info_function [2006/08/01 03:45] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: info_function.txt, | ||
| + | ======Synopsis: | ||
| + | $__info__(c|o|s|v|r|i) | ||
| + | |||
| + | ======Technical: | ||
| + | This function returns information about how the client was compiled. | ||
| + | |||
| + | ======Practical: | ||
| + | This function is used to fetch information stored in the client at | ||
| + | compile time. It can be used to find out who compiled it, and when; | ||
| + | what #define options were enabled; and to get the checksums of the | ||
| + | binary. | ||
| + | |||
| + | ======Returns: | ||
| + | requested information | ||
| + | |||
| + | ======Options: | ||
| + | < | ||
| + | c | ||
| + | i value of commit_id (incremented every time a change is made to | ||
| + |  | ||
| + | m if the new math parser is being used, 1, if the old math parser, 0 | ||
| + | o | ||
| + | r   the "silly name" (or, " | ||
| + | s | ||
| + | v | ||
| + | w local variables (always 1) | ||
| + | </ | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $info(c) | ||
| + | $info(i) | ||
| + | $info(m) | ||
| + | $info(o) | ||
| + | $info(r) | ||
| + | $info(s) | ||
| + | $info(v) | ||
| + | $info(w) | ||
| + | </ | ||
info_function.txt · Last modified: 2006/08/01 03:45 by 127.0.0.1
                
                