Blender  V3.3
Public Attributes | List of all members
OperatorDispatchTarget Struct Reference

Public Attributes

int state
 
int(* run )(bContext *C, wmOperator *op)
 

Detailed Description

Definition at line 2563 of file wm_files.c.

Member Data Documentation

◆ run

int(* OperatorDispatchTarget::run) (bContext *C, wmOperator *op)

Definition at line 2565 of file wm_files.c.

Referenced by operator_state_dispatch().

◆ state

int OperatorDispatchTarget::state

Definition at line 2564 of file wm_files.c.

Referenced by operator_state_dispatch().


The documentation for this struct was generated from the following file: