AMXX-BG.INFO Vexd_Utilities.inc Functions

Vexd_Utilities functions

All callable symbols documented in this include, grouped by declaration type.

Stocks

Name Signature
AttachView stock AttachView(iIndex, iTargetIndex) return attach_view(iIndex, iTargetIndex)
CreateEntity stock CreateEntity(szClassname[]) return create_entity(szClassname)
ENT_SetModel stock ENT_SetModel(iIndex, szModel[]) return entity_set_model(iIndex, szModel)
ENT_SetOrigin stock ENT_SetOrigin(iIndex, Float:fNewOrigin[3]) return entity_set_origin(iIndex, fNewOrigin)
Entvars_Get_Byte stock Entvars_Get_Byte(iIndex, iVariable) return entity_get_byte(iIndex, iVariable)
Entvars_Get_Edict stock Entvars_Get_Edict(iIndex, iVariable) return entity_get_edict(iIndex, iVariable)
Entvars_Get_Float stock Float:Entvars_Get_Float(iIndex, iVariable) return entity_get_float(iIndex, iVariable)
Entvars_Get_Int stock Entvars_Get_Int(iIndex, iVariable) return entity_get_int(iIndex, iVariable)
Entvars_Get_String stock Entvars_Get_String(iIndex, iVariable, szReturnValue[], iReturnLen) return entity_get_string(iIndex, iVariable, szReturnValue, iReturnLen)
Entvars_Get_Vector stock Entvars_Get_Vector(iIndex, iVariable, Float:vRetVector[3]) return entity_get_vector(iIndex, iVariable, vRetVector)
Entvars_Set_Byte stock Entvars_Set_Byte(iIndex, iVariable, iNewValue) return entity_set_byte(iIndex, iVariable, iNewValue)
Entvars_Set_Edict stock Entvars_Set_Edict(iIndex, iVariable, iNewIndex) return entity_set_edict(iIndex, iVariable, iNewIndex)
Entvars_Set_Float stock Entvars_Set_Float(iIndex, iVariable, Float:fNewValue) return entity_set_float(iIndex, iVariable, fNewValue)
Entvars_Set_Int stock Entvars_Set_Int(iIndex, iVariable, iNewValue) return entity_set_int(iIndex, iVariable, iNewValue)
Entvars_Set_String stock Entvars_Set_String(iIndex, iVariable, szNewValue[]) return entity_set_string(iIndex, iVariable, szNewValue)
Entvars_Set_Vector stock Entvars_Set_Vector(iIndex, iVariable, Float:vNewVector[3]) return entity_set_vector(iIndex, iVariable, vNewVector)
FakeTouch stock FakeTouch(iToucher, iTouched) return fake_touch(iToucher, iTouched)
FindEntity stock FindEntity(iIndex, szValue[]) return find_ent_by_class(iIndex, szValue)
GetMessageBlock stock GetMessageBlock(iMessage) return get_msg_block(iMessage)
HLTime stock Float:HLTime() return halflife_time()
MessageBlock stock MessageBlock(iMessage, iMessageFlags) return set_msg_block(iMessage, iMessageFlags)
RemoveEntity stock RemoveEntity(iIndex) return remove_entity(iIndex)
SetSpeak stock SetSpeak(iIndex, iSpeakFlags) return set_speak(iIndex, iSpeakFlags)
SetView stock SetView(iIndex, ViewType) return set_view(iIndex, ViewType)
TraceLn stock TraceLn(iIgnoreEnt, Float:fStart[3], Float:fEnd[3], Float:vReturn[3]) return trace_line(iIgnoreEnt, fStart, fEnd, vReturn)
TraceNormal stock TraceNormal(iIgnoreEnt, Float:fStart[3], Float:fEnd[3], Float:vReturn[3]) return trace_normal(iIgnoreEnt, fStart, fEnd, vReturn)
VecDist stock Float:VecDist(Float:vVector[3], Float:vVector2[3]) return vector_distance(vVector, vVector2)
VecLength stock Float:VecLength(Float:vVector[3]) return vector_length(vVector)
VecToAngles stock VecToAngles(Float:fVector[3], Float:vReturn[3]) return vector_to_angle(fVector, vReturn)

Forwards

Name Signature
ServerFrame forward ServerFrame()
vexd_pfntouch forward vexd_pfntouch(pToucher, pTouched)