Skip to content

path_update

LLEvents:on("path_update", function(Type: number, Reserved: {any})
-- ...
end)

This event is called to inform the script of changes within the object's path-finding status.

Parameters
Type (number)
Reserved ({any})

Add example usage here showing how to handle the path_update event in SLua/Luau.

Add additional notes, caveats, or tips specific to using this event in SLua/Luau.