Documentation
Base Resource

anims

The supplied manifest describes this resource as “VCore - Anims”.

v1.0.0VCore FrameworkGameplay systems

Introduction

The supplied manifest describes this resource as “VCore - Anims”.

9Client Lua
1Server Lua
26Exports
17Events
0SQL tables

UI page: html/ui.html

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
sitanywhereReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject

Installation / Start Order

The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 48. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.

server.cfg
ensure anims

Configuration

Config files

  • cfg.lua

Top-level config keys detected

BlacklistCancelControlCommandsCrouchSettingsDanceSettingsDebugEmoteSettingsEnableCommandsEnableNUILoadTimeoutNUIPointingSettingsRagdollSettingsRestrictionsShared

Events, Exports & Callbacks

Exports

Client exports26
  • CanPlayAnimation
  • CleanAnimState
  • DisableRagdoll
  • EnableRagdoll
  • FindAnimation
  • GetActiveDance
  • GetAnimState
  • GetEmoteCatalog
  • GetFavouriteEmotes
  • IsCrouching
  • IsPointing
  • IsRagdoll
  • PlayAnim
  • PlayEmote
  • PlayFavouriteEmote
  • PlayScenario
  • PlayScriptAnim
  • ResetExpression
  • ResetWalkStyle
  • RestoreSavedAnimationPreferences
  • StartDance
  • StartPointing
  • StopAnim
  • StopDance
  • StopPointing
  • ToggleCrouch

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events15
  • VCORE:Client:OnPlayerLoaded
  • VCORE:Client:OnPlayerUnload
  • anims:client:openMenu
  • anims:client:playFavourite
  • anims:client:playScriptAnim
  • anims:client:playShared
  • anims:client:releaseMenu
  • anims:client:sharedRequest
  • anims:client:sharedResult
  • anims:client:stopAnimation
  • anims:disableRagdoll
  • anims:enableRagdoll
  • anims:playAnim
  • anims:playScenario
  • anims:stopAnim
Server registered events2
  • anims:server:requestShared
  • anims:server:respondShared

Commands

Client commands9
  • animstate
  • crouch
  • dance
  • handsup
  • point
  • ragdoll
  • stopanim
  • stopdance
  • testanim

Database / SQL

No resource-local SQL file was detected.

No CREATE TABLE statements detected inside this resource.

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua9
Server Lua1
Other/shared Lua2
JavaScript4
HTML1
CSS1
SQL0

Troubleshooting

  • Confirm all manifest dependencies are started before anims.
  • Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
  • If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
  • If the UI fails, verify the resource's NUI files and ui_page when one is declared.