zcnpci/fedhoria/modules/example.lua

35 lines
682 B
Lua
Raw Permalink Normal View History

2026-05-25 02:22:34 +00:00
MODULE.Model = "models/police.mdl"
MODULE.BoneList =
{
"ValveBiped.Bip01_Pelvis",
"ValveBiped.Bip01_Spine2",
"ValveBiped.Bip01_Head1",
"ValveBiped.Bip01_R_Upperarm",
"ValveBiped.Bip01_R_Forearm",
"ValveBiped.Bip01_R_Hand",
"ValveBiped.Bip01_L_Upperarm",
"ValveBiped.Bip01_L_Forearm",
"ValveBiped.Bip01_L_Hand",
"ValveBiped.Bip01_R_Thigh",
"ValveBiped.Bip01_R_Calf",
"ValveBiped.Bip01_R_Foot",
"ValveBiped.Bip01_L_Thigh",
"ValveBiped.Bip01_L_Calf",
"ValveBiped.Bip01_L_Foot"
}
function MODULE:Init()
end
function MODULE:Think()
end
function MODULE:PhysicsCollide(ent, data)
end
function MODULE:PhysicsSimulate(phys, dt)
end