1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-13 15:08:12 +00:00
I ran the tests, just not checkstyle.
This commit is contained in:
SquidDev 2020-11-28 12:13:43 +00:00
parent 6734a0e112
commit e2761bb315

View File

@ -91,6 +91,7 @@ public class FSAPI implements ILuaAPI
* @return The new path, with separators added between parts as needed. * @return The new path, with separators added between parts as needed.
* @cc.tparam string path The first part of the path. For example, a parent directory path. * @cc.tparam string path The first part of the path. For example, a parent directory path.
* @cc.tparam string ... Additional parts of the path to combine. * @cc.tparam string ... Additional parts of the path to combine.
* @throws LuaException On argument errors.
*/ */
@LuaFunction @LuaFunction
public final String combine( IArguments arguments ) throws LuaException public final String combine( IArguments arguments ) throws LuaException