AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Fakemea function argvs (https://forums.alliedmods.net/showthread.php?t=11496)

VarmVaffel 03-21-2005 08:07

Fakemea function argvs
 
Is there anywhere I can see a list over the arguments in the fakemeta functions?
Like if I'm trying to:

Code:
register_forward(FM_EmitSound, "OnSound")
to this function:
Code:
public OnSound( id ) {     //Get the sound name }

Twilight Suzuka 03-21-2005 13:25

Fakemeta_const.inc

XxAvalanchexX 03-21-2005 14:02

Also, from the FuncWiki:

Quote:

Originally Posted by FuncWiki
Note that using this native incorrectly can crash the Half-Life engine. Each forward should exactly match the parameters in the fakemeta_const.inc file. To find parameter types from original HL engine functions, use this chart:

const char * = str[]
int = num
float = Float:flt
float * = Float:vFlt[3]



All times are GMT -4. The time now is 14:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.