Functions.caller_modifiers_recursive()
Returns a Modifiers object representing the modifiers through which the functions from current Functions object could be called.
Query Example
from glider import *
def query():
modifiers = Functions().with_name("onlyOwner").caller_modifiers_recursive().exec(2)
return modifiersExample Output

Last updated