Skip to content

Commit

Permalink
Changed "struct" to "const"
Browse files Browse the repository at this point in the history
  • Loading branch information
Natashi committed May 4, 2021
1 parent e0dda95 commit d238580
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions New Functions Documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
3) rectangle top
4) rectangle right
5) rectangle bottom
6) (struct) format
6) (const) format
Returns:
(bool) result
Description:
Expand Down Expand Up @@ -1165,7 +1165,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
4) rectangle top
5) rectangle right
6) rectangle bottom
7) (struct) format
7) (const) format
Returns:
(bool) save result
Description:
Expand Down Expand Up @@ -1198,7 +1198,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE

SetCameraMode
Arguments:
1) (struct) mode
1) (const) mode
Description:
Switches the 3D camera between available modes.
Modes:
Expand Down Expand Up @@ -1502,7 +1502,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjRender_SetTextureFilterMin
Arguments:
1) object ID
2) (struct) mode
2) (const) mode
Description:
Sets the minification filtering mode for the render object.
Filtering modes:
Expand All @@ -1514,14 +1514,14 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjRender_SetTextureFilterMag
Arguments:
1) object ID
2) (struct) mode
2) (const) mode
Description:
Sets the magnification filtering mode for the render object.

ObjRender_SetTextureFilterMip
Arguments:
1) object ID
2) (struct) mode
2) (const) mode
Description:
Sets the mipmap filtering mode for the render object.

Expand Down Expand Up @@ -1693,7 +1693,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE

ObjParticleList_Create
Arguments:
1) (struct) type
1) (const) type
Description:
Creates a new particle list object and returns its ID.
Available types are:
Expand Down Expand Up @@ -1935,7 +1935,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjSound_GetInfo
Arguments:
1) object ID
2) (struct) type
2) (const) type
Returns:
[varies]
Description:
Expand Down Expand Up @@ -2315,7 +2315,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
2) target x
3) target y
4) frame
5) (struct) interpolation mode
5) (const) interpolation mode
Description:
Overloaded with 5 arguments.

Expand Down Expand Up @@ -2439,7 +2439,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjShot_SetOwnerType
Arguments:
1) object ID
2) (struct) type
2) (const) type
Description:
Sets the shot object's owner type.
Available types are:
Expand Down Expand Up @@ -2539,9 +2539,9 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjShot_SetDelayMode
Arguments:
1) object ID
2) (struct) delay mode
3) (struct) scale interpolation mode
4) (struct) alpha interpolation mode
2) (const) delay mode
3) (const) scale interpolation mode
4) (const) alpha interpolation mode
Description:
Sets the properties of the shot object's delay cloud.

Expand Down Expand Up @@ -2809,7 +2809,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjPatternShot_SetPatternType
Arguments:
1) object ID
2) (struct) type
2) (const) type
Description:
Sets the firing pattern of the given shot pattern object.
Available pattern types:
Expand Down Expand Up @@ -2838,7 +2838,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjPatternShot_SetShotType
Arguments:
1) object ID
2) (struct) type
2) (const) type
Description:
Sets the shot type of the given shot pattern object.
Supported types:
Expand All @@ -2849,7 +2849,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjPatternShot_SetInitialBlendMode
Arguments:
1) object ID
2) (struct) blend type
2) (const) blend type
Description:
Sets the initial blend type of the shots.
See ObjRender_SetBlendType for the list of blend types.
Expand Down Expand Up @@ -2947,7 +2947,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjPatternShot_AddTransform
Arguments:
1) object ID
2) (struct) transform type
2) (const) transform type
3) int argument 1 (Designated "S0")
4) int argument 2 (Designated "S1")
5) int argument 3 (Designated "S2")
Expand Down Expand Up @@ -2992,7 +2992,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
Arguments:
1) object ID
2) transform index
3) (struct) transform type
3) (const) transform type
4) int argument 1
5) int argument 2
6) int argument 3
Expand Down Expand Up @@ -3022,7 +3022,7 @@ ALL ARGUMENTS ARE REAL NUMBERS UNLESS STATED OTHERWISE
ObjItem_GetInfo
Arguments:
1) object ID
2) (struct) info type
2) (const) info type
Returns:
[varies]
Description:
Expand Down

0 comments on commit d238580

Please sign in to comment.