Search results

Jump to: navigation, search
  • ==Functions== A new, brief testing API has been added for debugging. The Assert* functions will print to the server upon success, and throw an error on failure.
    11 KB (1,589 words) - 17:43, 3 July 2014
  • ...carry out actions on the data you supply to them. There are a few types of functions, but every function is activated the same way. For example, say the "show" ...is correct. If a function takes in two numbers, you cannot give it words. Functions may also return data, like so:
    3 KB (441 words) - 10:06, 16 January 2006
  • An AMX Mod X plugin can have four main types of functions. The first is a "public" function. This means it is publically viewable to <pawn>//This makes it so you can use the core AMX Mod X functions
    12 KB (1,721 words) - 14:05, 16 April 2017
  • ...permanent, thus they are zeroed when your plugin is loaded. Variables in functions, however, must be zeroed dynamically. This is a slow and tedious operation .... This is most often the case for API provided to other plugins or helper functions. Triggered events are usually never called twice on the same execution cha
    14 KB (2,348 words) - 16:30, 30 August 2017
  • These are entirely new categories of functions added to [[AMX Mod X]] in 1.70. ...eving CVAR values. It is a much faster method than using the get/set_cvar functions. The difference is instead of passing a "cvar name", you pass the "cvar po
    14 KB (2,261 words) - 12:51, 13 December 2006
  • ***get/set offset functions **Translator functionality nearly complete. Helper functions not done yet.
    8 KB (1,300 words) - 23:58, 26 September 2006
  • ...ounterpart. Internally, there are separate Handle types for each; certain functions will use BitBuffer handles that cannot be freed. {{HandleType|Forward|Yes|Only if explicitly stated|Core|functions.inc}}
    10 KB (1,518 words) - 08:17, 17 December 2020
  • ...restricting which areas of SourceMod are allowed to directly call certain functions on Handles under a given type. ...provide a "default security" system which lets programmers restrict which functions can be accessed by other areas in SourceMod. This is explained later.
    14 KB (2,045 words) - 16:10, 11 December 2022
  • ...module by [[User:Sawce|sawce]] which can hook and call virtual CBaseEntity functions on a variety of mods. For more information, see the [http://svn.alliedmods. ...ed a new module, Ham Sandwich, for hooking and calling virtual CBaseEntity functions in mods.
    12 KB (2,002 words) - 08:08, 19 February 2014
  • ...permanent, thus they are zeroed when your plugin is loaded. Variables in functions, however, must be zeroed dynamically. This is a slow and tedious operation .... This is most often the case for API provided to other plugins or helper functions. Triggered events are usually never called twice on the same execution cha
    16 KB (2,162 words) - 03:18, 10 November 2008
  • ...o give your server time to update safely in case plugins are trying to run functions that are doomed to crash. ...ays on, and it has been reworked to not be a performance hit. In addition functions are now compiled on-demand rather than all at once on load.
    7 KB (960 words) - 01:22, 29 December 2008
  • ...e1. It was embedded as a large library for hooking specific virtual table functions. After multiple revisions (see [[SourceHook]] history), it became apparent ...urce is powered by [[SourceHook]], a versatile library for hooking virtual functions. The original [[Half-Life 1]] engine used structs of function pointers whi
    7 KB (1,100 words) - 07:52, 5 October 2009
  • ...cing DLL functions to be executed, as well as call Engine (not the module) functions. In DLLs and the Engine, there are functions that are called when certain events happen. These can be forced to be calle
    4 KB (563 words) - 05:02, 5 September 2006
  • == Calling virtual functions ==
    9 KB (1,185 words) - 17:00, 2 October 2016
  • Format-class functions are variable argument functions in [[SourceMod]] which allow you to format a string. A simple example of t ...</tt> will then be: "<tt>Your name is: Mark</tt>." The prototype of these functions almost always contains the following parameters:
    5 KB (750 words) - 08:50, 26 March 2020
  • Although there are different functions for value types (float, string, et cetera), the internal data is always sto ...say we wanted to toggle whether a cvar had FCVAR_CHEAT. The following two functions could be used:
    5 KB (723 words) - 18:22, 29 March 2020
  • ...p?t=53893 PimpinJuice's SigOffset Extension] you can call some very useful functions from within [[SourceMod]] plugins. Lets take two functions, CBaseEntity::Teleport and CGib::SpawnRandomGibs.
    18 KB (3,205 words) - 19:22, 15 November 2007
  • ...ase '''I'''nterface. The interface is a generic abstraction of common SQL functions. To connect to a specific database implementation (such as MySQL, or sqLit ...ame manner for both normal queries and prepared statements. The important functions are:
    16 KB (2,316 words) - 13:16, 25 September 2022
  • Unfortunately, the APIs are not compatible. Some functions were removed and others were renamed. For this reason it is not easily pos The following functions were renamed. These changes are masked by the <tt>META_REGCMD</tt> and <tt
    7 KB (1,054 words) - 02:30, 26 November 2008
  • ...cated at the base of every object. By altering entries in this array, the functions can be routed elsewhere, allowing Metamod:Source to dispatch callbacks in p
    4 KB (613 words) - 18:37, 19 February 2008

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)