Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
UndefinedObject Class Reference

List of all members.

Public Member Functions

def __nonzero__
def __str__

Detailed Description

This is a special object that is returned by the browser to
represent an "undefined" or "void" value, typically the value for
an uninitialized variable or undefined property.  It has no
attributes, similar to None, but it is a slightly different
concept in JavaScript. 

Member Function Documentation

def __nonzero__ (   self)
def __str__ (   self)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties