Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "Filter" as a "function"
Function Filter
Line: |
2472 |
Location: |
common.j |
Constant? |
no |
Type: |
native |
Arguments: |
code func |
Returns: |
filterfunc |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
Information about Filter
returns a new filterfunc that has the result of evaluating func(). func will receive no arguments and must return a boolean: true/false. Note: filterfunc extends from boolexpr->agent and must be explicitly destroyed with DestroyBoolExpr/ DestroyFilter to prevent leaks. However, most functions from blizzard.j destroy passed boolexpr automatically.
Page loaded in 0.1134 seconds.
|