Independent Software Solutions 

CONTENTS

  CSM PROPERTY COUNT


Functions

Synopsis

return CSM PROPERTY COUNT( csm component As Integer, component index As Integer ) As Integer

Purpose

Returns the total number of property entries for a specified CSM component.  For example, if you call this function for a given light entity which has the following properties shown below, the function would return a value of three.

    ClassName = Light

    Range = 1500

    Color = 255 255 0

Parameters

csm component

May be one of the following values:

    0 - CSM group

    2 - CSM Entity

    3 - CSM Mesh

    6 - CSM Pivot

component index

Specifies the index >=0 of the component to return the number of properties of.

Return value

An integer value specifying the total number of property values.

See also

CSM PROPERTY

 

(C) Paul S. J. Millard 2006