ACF_Check
SPart of _G (Global) namespace
function ACF_Check( Entity )👁️ 0 viewsUpdated 2 hours ago
⚠️
Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|---|---|
Entity | any |
Returns
No return values documented.
Examples
No examples available.
Used In(49 locations)
L624
missile.ContrapId = ACF_Check( MissileData.Launcher ) and MissileData.Launcher.ACF.ContraptionId or 1L136
local Activated = ACF_Check( Entity )L87
if not ACF_Check( Ent ) then return { Legal = false, Problems = {"Invalid Ent"} } endL111
if ACF_Check( HitEnt ) thenL100
if ACF_Check( Target ) thenL162
if ACF_Check( Target ) thenL141
if ACF_Check( Target ) thenL129
if ACF_Check( Target ) thenL109
if ACF_Check( Target ) thenL131
if ACF_Check( Target ) thenL184
if ACF_Check( Target ) thenL190
if ACF_Check( Target ) thenL259
if ACF_Check( Target ) thenL184
if ACF_Check( Target ) thenL124
if ACF_Check( Target ) thenL211
if ACF_Check( Target ) thenL215
if ACF_Check( Target ) thenL125
if ACF_Check( Target ) thenL124
if ACF_Check( Target ) thenL137
if ACF_Check( Target ) thenL176
if ACF_Check( Target ) thenL293
if ACF_Check( Target ) thenL258
if ACF_Check( Target ) thenL530
missile.ContrapId = ACF_Check( self ) and self.ACF.ContraptionId or 1