You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Comment Handling > Parameter and Return Value Descriptions
Close
Doc-O-Matic 10
Parameter List Example

(C++)

Item *World::GetItem(int x, // the X coordinate int y, // the Y coordinate int z, // the Z coordinate bool CanCreate // can Create? ) { [...] }
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.