Others
Функции
- hero_select_win
 - input_funcs_available
 - nb_create_char
 - resume_game
 - set_df_model
 - set_dm_model
 - set_hero_race
 - set_hero_style
 - stop_game
 - typeof
 
hero_select_win
void hero_select_win(int)
input_funcs_available
int input_funcs_available()
The input functions are only available if the user has the input hook turned on in ddraw.ini. Use input_funcs_available to check.
nb_create_char
int nb_create_char()
nb_* functions are reserved for the brotherhood tactical training mod, and should be avoided.
resume_game
void resume_game()
set_df_model
void set_df_model(string name)
set_dm_model
void set_dm_model(string name)
set_hero_race
void set_hero_race(int style)
set_hero_style
void set_hero_style(int style)
stop_game
void stop_game()
typeof
int typeof(any value)
Returns type of the given value: VALTYPE_INT, VALTYPE_FLOAT or VALTYPE_STR.