Template:Ret
Jump to navigation
Jump to search
How to use this template:
{{Ret|Type|Name|Description}}
- Change Type to your return type (full name, so no 'num' or 'Damage', instead use 'number' and 'CTakeDamageInfo')
- Change Name to the return name.
- Change Description to a description about the return value.
Examples:
{{Ret|string|Message_text|The text received from the delivered message.}} turns into: | Message_text (string): The text received from the delivered message. |
{{Ret|number|X_pos}} turns into: | X_pos (number) |
{{Ret|Entity}} turns into: | Entity |