This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context.  
 More...
#include <juce_Variant.h>
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context. 
◆ NativeFunctionArgs()
  
  | 
        
          | var::NativeFunctionArgs::NativeFunctionArgs | ( | const var & | thisObject, |  
          |  |  | const var * | args, |  
          |  |  | int | numArgs ) |  | noexcept | 
 
 
◆ thisObject
      
        
          | const var& var::NativeFunctionArgs::thisObject | 
      
 
 
◆ arguments
      
        
          | const var* var::NativeFunctionArgs::arguments | 
      
 
 
◆ numArguments
      
        
          | int var::NativeFunctionArgs::numArguments | 
      
 
 
The documentation for this struct was generated from the following file: