Functions

fakemeta_util.inc

Function Type Description
fm_ViewContents stock This function has no description.
fm_boxents_distance stock This function has no description.
fm_boxes_distance stock This function has no description.
fm_cs_remove_decals stock This function has no description.
fm_cs_user_spawn stock Cstrike functions
fm_distance_to_box stock This function has no description.
fm_distance_to_boxent stock This function has no description.
fm_distance_to_floor stock This function has no description.
fm_entity_range stock stock fm_get_decal_index(const decalname[])
return engfunc(EngFunc_DecalIndex, decalname)
fm_entity_set_origin stock stock fm_is_valid_ent(index)
return pev_valid(index)
fm_fakedamage stock Engine_stocks functions
fm_find_ent_by_flags stock This function has no description.
fm_find_ent_by_integer stock This function has no description.
fm_find_ent_by_model stock stock fm_find_ent_by_tname(index, const targetname[])
return engfunc(EngFunc_FindEntityByString, index, "targetname", targetname)
fm_find_ent_by_owner stock stock fm_find_ent_by_class(index, const classname[])
return engfunc(EngFunc_FindEntityByString, index, "classname", classname)
fm_get_aim_origin stock This function has no description.
fm_get_brush_entity_origin stock This function has no description.
fm_get_grenade_id stock This function has no description.
fm_get_speed stock This function has no description.
fm_get_user_godmode stock stock fm_set_client_listen(receiver, sender, listen)
return engfunc(EngFunc_SetClientListening, receiver, sender, listen)
fm_get_user_gravity stock This function has no description.
fm_get_user_longjump stock This function has no description.
fm_get_user_maxspeed stock This function has no description.
fm_get_user_suit stock This function has no description.
fm_get_user_weapon_entity stock This function has no description.
fm_get_view_angle_diff stock This function has no description.
fm_get_weaponbox_type stock This function has no description.
fm_give_item stock This function has no description.
fm_is_ent_classname stock This function has no description.
fm_is_ent_visible stock This function has no description.
fm_is_in_viewcone stock This function has no description.
fm_is_visible stock This function has no description.
fm_kill_entity stock This function has no description.
fm_playback_event stock stock fm_attach_view(index, entity)
return engfunc(EngFunc_SetView, index, entity)
fm_remove_entity_name stock This function has no description.
fm_set_entity_flags stock This function has no description.
fm_set_entity_visibility stock This function has no description.
fm_set_kvd stock This function has no description.
fm_set_rendering stock This function has no description.
fm_set_user_armor stock This function has no description.
fm_set_user_frags stock This function has no description.
fm_set_user_godmode stock This function has no description.
fm_set_user_gravity stock This function has no description.
fm_set_user_health stock This function has no description.
fm_set_user_longjump stock This function has no description.
fm_set_user_maxspeed stock This function has no description.
fm_set_user_noclip stock interferes with FM_Spawn enum, just use fm_DispatchSpawn
stock fm_spawn(entity) {
return dllfunc(DLLFunc_Spawn, entity)
}
fm_set_user_origin stock This function has no description.
fm_set_user_rendering stock This function has no description.
fm_set_user_suit stock This function has no description.
fm_set_user_velocity stock stock fm_get_entity_visibility(index)
return !(pev(index, pev_effects) & EF_NODRAW)
fm_strip_user_gun stock This function has no description.
fm_strip_user_weapons stock This function has no description.
fm_trace_hull stock This function has no description.
fm_trace_line stock stock fm_point_contents(const Float:point[3])
return engfunc(EngFunc_PointContents, point)
fm_trace_normal stock This function has no description.
fm_transfer_user_gun stock This function has no description.
fm_user_kill stock This function has no description.