Skip to content

Commit

Permalink
Add note to replaceTile
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Oct 1, 2024
1 parent c0d4530 commit 05957e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP library/types/strategyMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ namespace stratMapHelpers
typeAll.stratMap.set_function("stopDrawModel", &casModelsDrawer::removeCasModelFromDrawList);

/***
Replace a custom tile. Change the custom battlefield on the specified coordinates.
Replace a custom tile. Change the custom battlefield on the specified coordinates. Note: You must have at least one entry in custom_tiles_db.txt for this to work.
@function stratMap.replaceTile
@tparam string label Identifier.
@tparam int xCoord X coordinate of tile.
Expand Down

0 comments on commit 05957e2

Please sign in to comment.