Wiki > TV3D65 Index > TVScene
SortActorList
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | SortActorList(iNumActors As Integer , pActorIndicesListArray As Integer() , retSortedIndicesListArray As Integer() , bBackwards As Boolean , bOnlyVisibleActors As Boolean) As Integer |
| C++ | int SortActorList(int iNumActors , int[] pActorIndicesListArray , int[] retSortedIndicesListArray , bool bBackwards , bool bOnlyVisibleActors ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iNumActors | No | iNumActors description |
| pActorIndicesListArray | No | pActorIndicesListArray description |
| retSortedIndicesListArray | No | retSortedIndicesListArray description |
| bBackwards | Yes | bBackwards description |
| bOnlyVisibleActors | Yes | bOnlyVisibleActors description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.