Skip to content

Simple tool to detect bone damage and Attach object at specific bone.

License

Notifications You must be signed in to change notification settings

coresync2k/LGF_PedBoneTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Downloads GitHub Release

LGF Ped Bone Tool

This tool is designed only for development purposes. It allows developers to debug PEDs by attaching objects to specific bones, viewing real-time damage information, and inspecting bone structures. It is not intended for roleplay servers or gameplay use — strictly a utility for developers working on PEDs, animations, or combat systems or other Stuff.

image

getAvailableBones

This export retrieves the list of available bones used for debugging PEDs. It returns a deep clone of the bone data to prevent external modification.

---@return table -- Deep clone of the bones data
exports.LGF_PedBoneTool:getAvailableBones()

isToolBusy

This functions checks if the Bone Tool is currently being used (if the panel is open or not).

Using the export function:

---@return Type: boolean (true if the Bone Tool is busy, false otherwise)
exports.LGF_PedBoneTool:isBoneToolBusy()

Using the local state var:

---@return Type: boolean (true if the Bone Tool is busy, false otherwise)
LocalPlayer.state.boneToolBusy

About

Simple tool to detect bone damage and Attach object at specific bone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 96.0%
  • HTML 4.0%