Search results

Jump to: navigation, search
  • * @note The function automatically sets the variable passed to it to 0 to aid * @note The function automatically sets the variable passed to it to 0 to aid
    359 KB (49,123 words) - 10:30, 25 December 2023
  • ...le'''. A variable is a symbol, or name, that holds data. For example, the variable "a" could hold the number "2", "16", "0", et cetera. Variables are created show(a); //Activates "show" function, gives a variable's contents as data
    34 KB (5,357 words) - 03:56, 1 February 2020
  • ...the variable "a" could hold the number "2", "16", "0", et cetera. Since a variable holds data, it also allocates the memory needed to store that data. ...visible = show(a); //Calls the "show" function, stores its result in a variable.
    34 KB (5,363 words) - 18:22, 7 October 2021
  • ...the variable "a" could hold the number "2", "16", "0", et cetera. Since a variable holds data, it also allocates the memory needed to store that data. ...visible = show(a); //Calls the "show" function, stores its result in a variable.
    33 KB (4,719 words) - 11:53, 26 August 2016
  • ...bols A-Z, a-z, 0-9, and the underscore ("_"). It is important to note that variable names are case sensitive - "myvar", "MyVaR", and "MYVAR" are three separate ...wn is an "integer". Integers are whole numbers. To declare a new integer variable, use the "new" operator like so:
    30 KB (4,791 words) - 06:54, 10 April 2019
  • ...red on the stack, a big chunk of continuous memory. Whenever you create a variable on the stack, it is automatically written with zeroes. It is important to realize that every variable in [[Pawn]] is automatically zeroed. For global variables, they are static
    14 KB (2,348 words) - 16:30, 30 August 2017
  • ...red on the stack, a big chunk of continuous memory. Whenever you create a variable on the stack, it is automatically written with zeroes. It is important to realize that every variable in [[Pawn]] is automatically zeroed. For global variables, they are static
    16 KB (2,162 words) - 03:18, 10 November 2008
  • In this example, <tt>Decrement</tt> is acting on the <tt>num</tt> variable ''itself'', not a copy of it. Thus, num will decrease 5 times. In fact, s ...er has to generate a little extra code to compute the local address of the variable. Second, the native code itself has to translate the local address to a ''
    16 KB (2,474 words) - 10:54, 10 March 2021
  • * Closes a Handle, and sets the variable to INVALID_HANDLE by reference. SetNativeCellRef(1, 0); /* Zero out the variable by reference */
    11 KB (1,604 words) - 09:18, 20 April 2022
  • ...specific offset from the entity. For example, CS:S player entities have a variable called "m_iAccount" which is offset 3,608 bytes from every player in memory ...erver-side developers can easily decompose entity information, because the variable names and offsets are enumerable.
    12 KB (1,860 words) - 15:22, 14 May 2008
  • ...e]]". A variable is a symbol, or marker, that holds data. For example, the variable "a" could hold the number "2", "16", "0", et cetera. Variables are created show(a) //Activates "show" function, gives a variable's contents as data
    3 KB (441 words) - 10:06, 16 January 2006
  • It tells us that we need to create a global public variable <tt>myinfo</tt> which must be of type <tt>Plugin</tt> which is a struct wit ...fines a type of our variable. <tt>myinfo</tt> is, obviously, a name of our variable as required by SourceMod. You see that we initialize it right away. This is
    29 KB (4,499 words) - 08:14, 23 March 2023
  • new bool:gHasTutorialPower[SH_MAXSLOTS+1] //A Variable telling us if player has this hero // Let Server know about Tutorials Variable
    11 KB (1,411 words) - 22:13, 13 October 2009
  • It tells us that we need to create a global public variable <tt>myinfo</tt> which must be of type <tt>Plugin</tt> which is a struct wit ...fines a type of our variable. <tt>myinfo</tt> is, obviously, a name of our variable as required by SourceMod. You see that we initialize it right away. This is
    27 KB (3,777 words) - 04:50, 11 July 2019
  • ...in. The only time you need to verify it is for backwards compatibility or variable parameter lists, which will be discussed later. ''Note: <tt>myself</tt> is a global variable declared in the SDK. It is a pointer that identifies your extension.''
    30 KB (4,797 words) - 12:00, 22 May 2021
  • ...iables to either your User settings or your System settings. Create a new variable for each item in the list below. The item names are in <tt>fixed-width fon Next we need a global state variable so that we know what call we are on within the message. This will count al
    24 KB (4,064 words) - 11:16, 12 February 2012
  • ...S binary to be installed and ideally accessible from your PATH environment variable. Some servers default to using the RSH protocol for CVS, which is deprecat ...VSROOT, you must explicitly set the CVSROOT either through the environment variable (<tt>CVSROOT</tt>), or through the -d parameter of the cvs tool. The forma
    8 KB (1,354 words) - 03:38, 6 July 2006
  • ...to a variable. This specifies the prefix that AMBuild will use to name the variable. For example, if you specify 'ModelShader', AMBuild will assign the bytes t 'variable': 'QuadVertexShader',
    4 KB (583 words) - 13:11, 10 August 2020
  • Name the variable, “SourcePawn” and set value to the path to spcomp.exe (without the trai ...t to be able to use spcomp from cmd.exe, add the newly created environment variable, '''%SourcePawn%''', to the Path.
    9 KB (1,440 words) - 01:50, 18 January 2009
  • .../tt> from the <tt>sourcemod/scripting/include</tt> folder. Every function, variable, and definition can be found in the <tt>.inc</tt> files inside the <tt>sour Though every variable in SourcePawn is one cell (4 bytes), with the exception of strings, there a
    13 KB (2,044 words) - 10:45, 23 March 2023

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