Difference between revisions of "Manual:DIL Manual/delete player()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
<span id="bpdp"></span> | <span id="bpdp"></span> | ||
| Line 19: | Line 17: | ||
err:integer; | err:integer; | ||
code | code | ||
| − | + | dilend | |
| − | |||
| − | |||
| − | |||
| − | + | ---~---~---~---~---~---~---~---~--- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | </i><!--ENDCODE--> | |
| − | |||
| − | |||
| − | + | ---~---~---~---~---~---~---~---~--- | |
| + | <span id="bpdp"></span> | ||
| − | + | '''Function:''' <i><!--CODE-->delete_player( s : string ) ;</i><!--ENDCODE--> | |
| − | |||
| − | + | <!--TERM--> '''s''' | |
| − | + | <!--DEFINITION--> the player name you want to delete | |
| − | + | This function deletes a player but it doesn't check to see if it | |
| − | + | was deleted or if it even existed you will have to do that with 'isplayer'. | |
| − | + | '''Example:''' | |
| − | + | <i><!--CODE--> | |
| + | ---~---~---~---~---~---~---~---~--- | ||
| − | + | dilbegin aware do_delete (arg:string); | |
| − | + | var | |
| − | + | temp:string; | |
| − | + | err:integer; | |
| − | : | + | code |
| − | + | dilend | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | : | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 22:32, 4 December 2025
Function: delete_player( s : string ) ;
s
the player name you want to delete
This function deletes a player but it doesn't check to see if it was deleted or if it even existed you will have to do that with 'isplayer'. Example: ---~---~---~---~---~---~---~---~---
dilbegin aware do_delete (arg:string);
var
temp:string;
err:integer;
code
dilend
---~---~---~---~---~---~---~---~---
---~---~---~---~---~---~---~---~---
Function: delete_player( s : string ) ;
s
the player name you want to delete
This function deletes a player but it doesn't check to see if it was deleted or if it even existed you will have to do that with 'isplayer'. Example: ---~---~---~---~---~---~---~---~---
dilbegin aware do_delete (arg:string);
var
temp:string;
err:integer;
code
dilend
---~---~---~---~---~---~---~---~---
---~---~---~---~---~---~---~---~---