Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast > API/Runtime/Navmesh/Recast/rcIntArray
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h |
| Include | #include "Recast/RecastAlloc.h" |
void push
&40;
int item
&41;
Remarks
Push the specified integer onto the end of the array and increases the size by one.
Parameters
| Name | Description |
|---|---|
| item | The new value. |