NikNaks icon indicating copy to clipboard operation
NikNaks copied to clipboard

There is no method "Has3DSkyInPVS"

Open ts-co opened this issue 1 year ago • 0 comments

Tried calling a function like this: lua_run print(NikNaks.CurrentMap:IsRenderingSkyboxAtPosition(player.GetAll()[1]:GetPos()))

Received this error:

[NikNaks] lua/niknaks/modules/sh_bsp_module.lua:1066: attempt to call method 'Has3DSkyInPVS' (a nil value)
  1. IsRenderingSkyboxAtPosition - lua/niknaks/modules/sh_bsp_module.lua:1066
   2. unknown - lua_run:1

Couldn't seem to find that function in the GitHub repo either.

ts-co avatar Aug 09 '23 02:08 ts-co