Documentation
Base Resource

utils

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

v1.0.0VCore FrameworkVCORE foundation

Introduction

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

4Client Lua
3Server Lua
6Exports
18Events
0SQL tables

UI page: html/index.html

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
logsReferenced by sourceIncluded in Base
vcore_queueReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
logsLog, OpenPanel
vcore_queueAddPriority, GetPriority, RemovePriority

Installation / Start Order

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

server.cfg
ensure utils

Configuration

Config files

  • No dedicated config file detected.

Top-level config keys detected

No Config/VCOREConfig keys detected by the audit.

Events, Exports & Callbacks

Exports

Client exports1
  • OpenCoordinateSaver
Server exports5
  • ExecuteAdminAction
  • GetAdminActions
  • GetPermission
  • RegisterAdminAction
  • UnregisterAdminAction

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events14
  • VCORE:Client:ToggleCoordFinder
  • utils:client:coordFinder
  • utils:client:objectFinder
  • utils:client:openAdmin
  • utils:client:openCoordinateSaver
  • utils:client:startSpectate
  • utils:client:teleportWaypoint
  • utils:client:toggleCoordinates
  • utils:client:toggleEntityFinder
  • utils:client:toggleFreecam
  • utils:client:toggleNoclip
  • utils:client:togglePlayerBlips
  • utils:client:toggleWorldPositionFinder
  • utils:client:updatePlayerBlips
Server registered events4
  • utils:server:executeAdminAction
  • utils:server:requestAdminMenu
  • utils:server:requestPlayerBlips
  • utils:server:stopSpectate

Commands

Client commands4
  • +utilsPlayerIds
  • -utilsNoclip
  • -utilsPlayerIds
  • adminmenu
Server commands18
  • adm
  • admincar
  • blips
  • bring
  • cleanveh
  • coordfinder
  • fixveh
  • freecam
  • freeze
  • fuelveh
  • giveitem
  • goto
  • kill
  • revive
  • reviveall
  • reviveradius
  • time
  • weather

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 Lua4
Server Lua3
Other/shared Lua2
JavaScript1
HTML1
CSS1
SQL0

Troubleshooting

  • Confirm all manifest dependencies are started before utils.
  • 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.