Returns the last CyberM NPC task snapshot currently presented for a network NPC. It requires npcs.read; task state is ephemeral and can disappear when the NPC leaves the streaming set.
Parameters
idintegerrequired
Returns
task id, or nil
Registered in ResourceHost.cpp as LuaNpcCurrentTask (line 6719).
Whether an NPC projection is attached and ready locally.
Reports whether a network NPC currently has a live client proxy in this player's streaming scope. It does not request streaming or prove that the server NPC record no longer exists.
Parameters
idintegerrequired
Returns
boolean
Registered in ResourceHost.cpp as LuaNpcIsStreamedIn (line 6717).