Difference between revisions of "Manual:DIL Manual/skill name()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bfskill_name"></span> | ||
| + | '''Function:''' <i><!--CODE-->string skill_name( i : integer ) ;</i><!--ENDCODE--> | ||
| + | <!--TERM--> '''i''' | ||
| + | <!--DEFINITION--> Skill to get the name of ass defined in 'values.h' and 'commands.def' | ||
| + | <!--TERM--> '''returns''' | ||
| + | <!--DEFINITION--> The name of the skill that corresponds with the integer value | ||
| + | |||
| + | '''example:''' | ||
| + | <i><!--CODE--> | ||
| + | ---~---~---~---~---~---~---~---~--- | ||
| + | |||
| + | myski:=skill_name(5); | ||
| + | |||
| + | ---~---~---~---~---~---~---~---~--- | ||
| + | |||
| + | </i><!--ENDCODE--> | ||
<span id="bfskill_name"></span> | <span id="bfskill_name"></span> | ||
Latest revision as of 22:34, 4 December 2025
Function: string skill_name( i : integer ) ;
i
Skill to get the name of ass defined in 'values.h' and 'commands.def'
returns
The name of the skill that corresponds with the integer value
example: ---~---~---~---~---~---~---~---~---
myski:=skill_name(5);
---~---~---~---~---~---~---~---~---
Function: string skill_name( i : integer ) ;
i
Skill to get the name of ass defined in 'values.h' and 'commands.def'
returns
The name of the skill that corresponds with the integer value
example: ---~---~---~---~---~---~---~---~---
myski:=skill_name(5);
---~---~---~---~---~---~---~---~---