Documentation
Docs/Resources/Base/radialmenu
Base Resource

radialmenu

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

v1.0.0VCore FrameworkCore systems

Introduction

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

3Client Lua
1Server Lua
7Exports
13Events
0SQL tables

UI page: html/index.html

Dependencies & References

ResourceDetected asPackage status
clothingManifest dependencyIncluded in Base
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
partiesReferenced by sourceIncluded in Base
radioReferenced by sourceIncluded in Base
sitanywhereReferenced by sourceIncluded in Base
statuseffectsReferenced by sourceIncluded in Base
vcore_phoneReferenced by sourceIncluded in Base
vehicleshopReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryAddItem, OpenPlayerInventory

Installation / Start Order

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

server.cfg
ensure radialmenu

Configuration

Config files

  • config.lua

Top-level config keys detected

CloseOnReleaseKeybindMaxItemsPrimaryRadioChannels

Events, Exports & Callbacks

Exports

Client exports4
  • Close
  • IsOpen
  • Open
  • SetEnabled
Shared exports3
  • addSubMenuToRoot
  • registerRootMenu
  • registerSubMenu

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events7
  • VCORE:deathState
  • menu:menuexit
  • radialmenu:client:readShoes
  • radialmenu:client:removeShoes
  • radialmenu:client:seatInOutVehicle
  • radialmenu:client:setCarry
  • radialmenu:client:validateRobState
Server registered events6
  • radialmenu:server:requestRobbery
  • radialmenu:server:returnShoes
  • radialmenu:server:seatPlayer
  • radialmenu:server:startCarry
  • radialmenu:server:stopCarry
  • radialmenu:server:validateRobState

Commands

Client commands2
  • +radialMenu
  • -radialMenu

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

Troubleshooting

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