Invokes a specific (WOI) method for all objects in the current workspace.
WARNING: Improper use of WOI could lead to general instability or malfunction of RDE itself and at the same time cause loss of data, files, or important information. Use WOI only if you are extremely sure of what you are doing.
Syntax |
invokeObjMethodForAll(string method, string params=""): int |
---|---|
method |
Method to invoke |
params |
Optional parameters for method |
Result |
Returns number of objects for which the method was successfully invoked |
Annotation:
•The current shell is not considered among the invocable objects, since invocation would cancel the invocation operation itself.