scriptlang Struct Reference

#include <scripts.h>


Data Fields

scriptlangnext
char * name
char * ext
plugin_tplugin
scriptlang_initialize_tinit
scriptlang_finalize_tdeinit
script_load_tscript_load
script_unload_tscript_unload
script_free_bind_tscript_free_bind
script_handler_query_tscript_handler_query
script_handler_command_tscript_handler_command
script_handler_timer_tscript_handler_timer
script_handler_var_tscript_handler_var
script_handler_watch_tscript_handler_watch
void * priv_data


Field Documentation

struct scriptlang* scriptlang::next

char* scriptlang::name

char* scriptlang::ext

plugin_t* scriptlang::plugin

scriptlang_initialize_t* scriptlang::init

scriptlang_finalize_t* scriptlang::deinit

script_load_t* scriptlang::script_load

script_unload_t* scriptlang::script_unload

script_free_bind_t* scriptlang::script_free_bind

script_handler_query_t* scriptlang::script_handler_query

script_handler_command_t* scriptlang::script_handler_command

script_handler_timer_t* scriptlang::script_handler_timer

script_handler_var_t* scriptlang::script_handler_var

script_handler_watch_t* scriptlang::script_handler_watch

void* scriptlang::priv_data


The documentation for this struct was generated from the following file:
Generated on Tue Jan 6 22:30:53 2009 for ekg2 by  doxygen 1.5.1