Skip to content

getproto

Description:

This function demonstrates the usage of the getproto API.

Example:

-- Get a specific proto from a function
local proto = getproto(some_function, 1)

print(proto)