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

#include <DNA_ID.h>

Public Attributes

voidpointer
 
ListBase group
 
int val
 
int val2
 

Detailed Description

Definition at line 99 of file DNA_ID.h.

Member Data Documentation

◆ group

ListBase IDPropertyData::group

◆ pointer

void* IDPropertyData::pointer

◆ val

int IDPropertyData::val

NOTE: we actually fit a double into these two 32bit integers.

Definition at line 103 of file DNA_ID.h.

Referenced by IDP_DirectLinkProperty(), idp_generic_copy(), and IDP_New().

◆ val2

int IDPropertyData::val2

Definition at line 103 of file DNA_ID.h.

Referenced by IDP_DirectLinkProperty(), and idp_generic_copy().


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