Sid Meier's Civilization V

Sid Meier's Civilization V

[GameCore] Alpha's DLL
 此主题已被置顶,因此可能具有重要性
Triton Supreme  [开发者] 2022 年 8 月 15 日 上午 4:54
[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)
最后由 Triton Supreme 编辑于; 2022 年 8 月 15 日 上午 6:13