Available since Version 1.7.
Returns the InternalName of the current mod.
Syntax
GetModName()Arguments
No arguments.
Return Values
- (string): The
InternalNameof the current mod.
Examples
-- Prints the InternalName of the mod that called it.
print(GetModName())