EggTable

from panda3d.egg import EggTable
class EggTable

Bases: EggGroupNode

This corresponds to a <Table> or a <Bundle> entry. As such, it doesn’t actually contain a table of numbers, but it may be a parent to an EggSAnimData or an EggXfmAnimData, which do. It may also be a parent to another <Table> or <Bundle>, establishing a hierarchy of tables.

Inheritance diagram

Inheritance diagram of EggTable

TTBundle = 2
TTInvalid = 0
TTTable = 1
TT_bundle = 2
TT_invalid = 0
TT_table = 1
__init__(*args, **kwargs)
assign()

C++ Interface: assign(const EggTable self, const EggTable copy)

/**

*/

getClassType()

C++ Interface: get_class_type()

getTableType()

C++ Interface: get_table_type(EggTable self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_table_type()

C++ Interface: get_table_type(EggTable self)

/**

*/

hasTransform()

C++ Interface: has_transform(EggTable self)

/**
  • Returns true if the table contains a transform description, false

  • otherwise.

*/

has_transform()

C++ Interface: has_transform(EggTable self)

/**
  • Returns true if the table contains a transform description, false

  • otherwise.

*/

setTableType()

C++ Interface: set_table_type(const EggTable self, int type)

/**

*/

set_table_type()

C++ Interface: set_table_type(const EggTable self, int type)

/**

*/

stringTableType()

C++ Interface: string_table_type(str string)

/**
  • Returns the TableType value associated with the given string

  • representation, or TT_invalid if the string does not match any known

  • TableType value.

*/

string_table_type()

C++ Interface: string_table_type(str string)

/**
  • Returns the TableType value associated with the given string

  • representation, or TT_invalid if the string does not match any known

  • TableType value.

*/