acf_library.getBulletDataByIndex

S

Part of acf_library namespace

function acf_library.getBulletDataByIndex( index )
View on GitHub|lua/starfall/libs_sv/acf.lua:1063-1164
📋 Has LDoc👁️ 0 viewsUpdated 2 hours ago

Description

Returns the bullet data related to the index Needs acf.trackBullets privilege to work.

Parameters

NameTypeDescription
numberindexThe index of the bullet

Returns

TypeDescription
tableThe bullet data of the bullet or an empty table if the bullet doesn't exist

Examples

No examples available.

Used In

No usages found in the codebase.