Corelib
|
[edit] OverviewThe corelib script addon is a library created for all scripters to use. Have a look at the Category:Corelib Commands page for a list of commands supported by corelib. Not all of them are listed below, but some of them are: [edit] Commands[edit] noisy_on / noisy_offThis is a common use corelib as it provides better handling for the eventscripts_noisy cvar. Scripts that need this cvar can sometimes conflict when enabling/disabling "noisy". For this reason, corelib provides a way to reference count this variable: Enable eventscripts_noisy: // enable eventscripts_noisy if not already enabled es_doblock corelib/noisy_on // add a downloadable es_stringtable downloadables // make a random bot and human player say something // change cheats without informing people es_forcevalue sv_cheats 1 es_sexec event_var(userid) noclip es_forcevalue sv_cheats 0 es_createbot [variable] <bot> es_botsetvalue
Disable eventscripts_noisy: // disable eventscripts_noisy if no script still needs it es_doblock corelib/noisy_off [edit] averageSee the average topic. [edit] cheatexecSee the cheatexec topic. [edit] damageSee the damage topic. [edit] downloadableSee the downloadable topic. [edit] forcecaseSee the forcecase topic. [edit] foreachSee the foreach topic. [edit] getbotnameSee the getbotname topic. [edit] getplayerinfoSee the getplayerinfo topic. [edit] getrandplayerSee the getrandplayer topic. [edit] gettimeSee the gettime topic. [edit] isnullSee the isnull topic. [edit] keyfilterSee the keyfilter topic. [edit] keygroupremoveSee the keygroupremove topic. [edit] keygroupsortSee the keygroupsort topic. [edit] keymathSee the keymath topic. [edit] linkedlistSee the linkedlist topic. [edit] nearcoordSee the nearcoord topic. [edit] playergetSee the playerget topic. [edit] playersetSee the playerset topic. [edit] playervarSee the playervar topic. [edit] profileSee the profile topic. [edit] profilecmdSee the profilecmd topic. [edit] queueSee the queue topic. [edit] refcountSee the refcount topic. [edit] repeatSee the repeat topic. [edit] scoreSee the score topic. [edit] statlogSee the statlog topic. [edit] texthandlerSee the texthandler topic. [edit] uniqueidSee the uniqueid topic. [edit] vecmathSee the vecmath topic. [edit] voteSee the vote topic. [edit] whileSee the while topic. [edit] xaliasSee the xalias topic. |
