You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/Clothes_and_body/getClothesByTypeIndex.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ shared: &shared
11
11
description: An integer representing the index (0 based) set of clothes in the list you wish to retrieve. Each type has a different number of valid indexes.
12
12
returns:
13
13
values:
14
-
- type: string
14
+
- type: string|false
15
15
name: texture
16
16
- type: string
17
17
name: model
18
-
description: This function returns 2 strings, a texture and model respectively, false if invalid arguments were passed to the function.
18
+
description: This function returns 2 [[string]]s, a texture and model respectively, **false** if invalid arguments were passed to the function.
Copy file name to clipboardExpand all lines: functions/Clothes_and_body/getTypeIndexFromClothes.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ shared: &shared
10
10
description: A string determining the corresponding clothes model that you wish to retrieve the type and index from. See the [clothes catalog](/reference/ID_Lists/CJ_Clothes).
11
11
returns:
12
12
values:
13
-
- type: int
13
+
- type: int|false
14
14
name: type
15
15
- type: int
16
16
name: index
17
-
description: This function returns two integers, type and index respectively, false if invalid arguments were passed to the function.
17
+
description: This function returns two [[int]]s, type and index respectively, **false** if invalid arguments were passed to the function.
0 commit comments