SetAggregateFunction(String, String, Value[]) | Set Lua aggregation function parameters for a Lua package located on the filesystem. This function will be called on both the server and client for each selected item. |
SetAggregateFunction(String, String, String, Value[]) | Set Lua aggregation function parameters for a Lua package located in a string with lua code. This function will be called on both the server and client for each selected item. |
SetAggregateFunction(Assembly, String, String, String, Value[]) | Set Lua aggregation function parameters for a Lua package located in an assembly resource. This function will be called on both the server and client for each selected item. |