Sid Meier's Civilization V

Sid Meier's Civilization V

[GameCore] Alpha's DLL
 This topic has been pinned, so it's probably important
Triton Supreme  [developer] 15 Aug, 2022 @ 4:54am
[CODE] Send me the code to add in the DLL
If you have code already written and you want it to appear in this DLL so you can use it, here's how to make the request.

  • Create a new discussion and put in the title at the beginning: [CODE] your title
  • Put your code in an array using [code] your code [/code]
  • Document what the code adds and modifies, be as precise as possible

Example

[CODE]My code allows you to do something

My code
Documentation
SetCoastal
Name/Function
Type
Description
Function
pCity:SetCoastal(bool bCoastal, bool bReset)
void
Turn the city into coastal or not
And if true allows coastal building to be built
Parameter
bCoastal
bool
If True turn the city into coastal | if false not coastal. How to use : pCity:SetCoastal(true)
Parameter
bReset
bool
Reset the city into is default value if true, How to use : pCity:SetCoastal(false, true)
Last edited by Triton Supreme; 15 Aug, 2022 @ 6:13am