CTDescriptionFunction
Link to ctdescriptionfunction
Importing the class
Link to importing-the-class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport mods.pmmo.CTDescriptionFunction;
Methods
Link to methods
Name: apply
This function consumes information about the perk and outputs text lines which give users specific details about what their perk is doing. This info appears in the glossary and should be used to show players how much benefit they get from a perk such as the duration, power level, percent boost, etc they are currently receiving from this perk.
Returns: output text.
Return Type: stdlib.List<LiteralContents>
ZenScript CopyCTDescriptionFunction.apply(player as Player, nbt as MapData) as stdlib.List<LiteralContents>
Parameter | Type | Description |
---|---|---|
Parameter player | Type Player | Description perk executor |
Parameter nbt | Type MapData | Description data provided by PMMO |