ACE_CheckRound

S

Part of _G (Global) namespace

function ACE_CheckRound( id )
View on GitHub|lua/acf/shared/sh_ace_functions.lua:496-503
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
idany

Returns

No return values documented.

Examples

No examples available.

Used In(5 locations)

📄lua/entities/acf_ammo/init.lua
1 usage
L522if not ACE_CheckRound( Data2 ) then
📄lua/entities/gmod_wire_expression2/core/custom/acf.lua
3 usages
L1206if not ACE_CheckRound(this.BulletData.Type) then return 0 end
L1216if not ACE_CheckRound(this.BulletData.Type) then return 0 end
L1234if not ACE_CheckRound(this.BulletData.Type) then return 0 end
📄lua/starfall/libs_sv/acf.lua
1 usage
L1023if not ACE_CheckRound(this.BulletData.Type) then return 0 end