-
-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
Type: 🚀 enhancementImprovement or addition of a new feature.Improvement or addition of a new feature.
Description
I see this module is awesome with useful functions, but where is the function that similar too ExecuteHam/ExecuteHamB?
In Hamsandwich module:
/**
* Executes the virtual function on the entity.
* Look at the Ham enum for parameter lists.
*
* @param function The function to call.
* @param id The id of the entity to execute it on.
*/
native ExecuteHam(Ham:function, this, any:...);
/**
* Executes the virtual function on the entity, this will trigger all hooks on that function.
* Be very careful about recursion!
* Look at the Ham enum for parameter lists.
*
* @param function The function to call.
* @param id The id of the entity to execute it on.
*/
native ExecuteHamB(Ham:function, this, any:...);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: 🚀 enhancementImprovement or addition of a new feature.Improvement or addition of a new feature.