Uses of Class
crystalspace.jbind.impl.csNativeIntArray

Packages that use csNativeIntArray
crystalspace.jbind.impl.csgeom.box   
crystalspace.jbind.impl.csgeom.polymesh   
crystalspace.jbind.impl.csutil.csinput   
crystalspace.jbind.interfaces.iutil.csinput   
 

Uses of csNativeIntArray in crystalspace.jbind.impl.csgeom.box
 

Methods in crystalspace.jbind.impl.csgeom.box with parameters of type csNativeIntArray
 int csBox3.getVisibleSides(csVector3 pos, csNativeIntArray visible_sides)
          Fill the array (which should be three long at least) with all visible sides (CS_BOX_SIDE_x etc. defines) as seen from the given point.
 

Uses of csNativeIntArray in crystalspace.jbind.impl.csgeom.polymesh
 

Methods in crystalspace.jbind.impl.csgeom.polymesh that return csNativeIntArray
 csNativeIntArray csMeshedPolygon.vertices()
           
 

Methods in crystalspace.jbind.impl.csgeom.polymesh with parameters of type csNativeIntArray
 void csMeshedPolygon.vertices(csNativeIntArray v)
          Set the vertices of the csMeshedPolygon
 

Uses of csNativeIntArray in crystalspace.jbind.impl.csutil.csinput
 

Methods in crystalspace.jbind.impl.csutil.csinput that return csNativeIntArray
 csNativeIntArray csKeyComposer.handleKey(csKeyEventData keyEventData, csNativeIntArray buf)
           
 

Methods in crystalspace.jbind.impl.csutil.csinput with parameters of type csNativeIntArray
 csNativeIntArray csKeyComposer.handleKey(csKeyEventData keyEventData, csNativeIntArray buf)
           
 

Uses of csNativeIntArray in crystalspace.jbind.interfaces.iutil.csinput
 

Methods in crystalspace.jbind.interfaces.iutil.csinput that return csNativeIntArray
 csNativeIntArray iKeyComposer.handleKey(csKeyEventData keyEventData, csNativeIntArray buf)
          Handle keyboard input.
 

Methods in crystalspace.jbind.interfaces.iutil.csinput with parameters of type csNativeIntArray
 csNativeIntArray iKeyComposer.handleKey(csKeyEventData keyEventData, csNativeIntArray buf)
          Handle keyboard input.