Copy a list of tiles
PhTile_t * PhCopyTiles( PhTile_t const * const tile );
ph
This function creates a copy of the list of tiles pointed to by tile.
Don't free() the list of tiles; instead, use PhFreeTiles() to return the tiles to the internal pool. |
A pointer to the copy.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhAddMergeTiles(), PhClipTilings(), PhCoalesceTiles(), PhDeTranslateTiles(), PhFreeTiles(), PhGetTile(), PhIntersectTilings(), PhMergeTiles(), PhRectsToTiles(), PhSortTiles(), PhTile_t, PhTilesToRects(), PhTranslateTiles()
“Using damage tiles” in the Raw Drawing and Animation chapter of the Photon Programmer's Guide