| call_function_on_each_member(function_ref, table, ...) |
|
| Parameters: |
| function_ref | | (function reference - NOT a string) the function to call for each member of the table |
| table | | (table) the table whose members the function should be called on |
| ... | | (list) list of arguments to send to the function |
| |
| Returns: |
| none |
|
| Description: |
| Call the given function on each member of the given table |
| |
|
| back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:16 |