Skip to content

Commit e3eeba4

Browse files
committed
Added reference to Ship.cs
1 parent 59bb60e commit e3eeba4

File tree

1 file changed

+7
-0
lines changed
  • common/src/main/resources/data/computercraft/lua/rom/apis

1 file changed

+7
-0
lines changed

common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
--- This API is added by CC: VS and allows CC: Tweaked computers to access information from Valkyrien Skies Ships.
2+
--
3+
-- If you are interested in using [CCSharp][ccsharp], here is the compatible [Ship.cs][ccsharp-ship] file. DO note that it requires the [Advanced Math][advanced-math] C# files as well.
4+
--
5+
-- [ccsharp]: https://github.com/monkeymanboy/CCSharp
6+
-- [ccsharp-ship]: https://github.com/TechTastic/CC-VS/blob/1.20.x/main/CCSharp/src/CCSharp/CCVS/Ship.cs
7+
-- [advanced-math]: https://github.com/TechTastic/Advanced-Math/tree/0.2.0/CCSharp/src/CCSharp/AdvancedMath
8+
--
29
-- @module ship
310

411
--- Gets the Ship's ID

0 commit comments

Comments
 (0)