GetActivePoint
Client export to read the current active handbook interaction point
GetActivePoint
Returns the interaction point the player is currently inside.
Usage
local point = exports["FS-Handbook"]:GetActivePoint()
if point then
print(point.name)
endReturns
- table | nil: Active point, or nil when the player is not in a point.