This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:getcoreswithvar [2013/01/14 19:01] – created chani | crpl:docs:getcoreswithvar [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | ===== GetCoresWithVar | ||
| + | |||
| + | ^Arguments^Result^Notation^ | ||
| + | | VariableName, | ||
| + | |||
| + | |||
| + | === Description === | ||
| + | Searches across all CRPLCore units looking for any that have a script that contains the specified variable with the specified value. | ||
| + | |||
| + | Note that a single core can have multiple scripts assigning VariableName to different values, any of which can be used to find the core. | ||
| + | |||
| + | === Examples === | ||
| + | |||
| + | < | ||
| + | " | ||
| + | 0 do | ||
| + | | ||
| + | < | ||
| + | loop | ||
| + | |||
| + | |||
| + | </ | ||