增加文档

This commit is contained in:
2025-10-18 16:14:25 +08:00
parent a753cf4998
commit ed376a4825
2 changed files with 11 additions and 10 deletions

View File

@@ -55,10 +55,11 @@ function SetState_Character_Move(obj) {
obj.SetSpeed(XOffset, YOffset, null) obj.SetSpeed(XOffset, YOffset, null)
} }
/** /**
* *
* @function * @function
* @param {IRDSQRCharacter} obj * @param {CharacterObject} obj
* @param {integer} DeltaTime * @param {integer} DeltaTime
* @returns {void} * @returns {void}
*/ */

View File

@@ -8,7 +8,7 @@
/** /**
* *
* @function * @function
* @param {IRDSQRCharacter} obj * @param {CharacterObject} obj
* @returns {boolean} * @returns {boolean}
*/ */
function checkCanChangeState_Character_Rest(obj) { function checkCanChangeState_Character_Rest(obj) {
@@ -19,7 +19,7 @@ function checkCanChangeState_Character_Rest(obj) {
/** /**
* *
* @function * @function
* @param {IRDSQRCharacter} obj * @param {CharacterObject} obj
* @returns {void} * @returns {void}
*/ */
function SetState_Character_Rest(obj) { function SetState_Character_Rest(obj) {
@@ -32,7 +32,7 @@ function SetState_Character_Rest(obj) {
/** /**
* *
* @function * @function
* @param {IRDSQRCharacter} obj * @param {CharacterObject} obj
* @param {integer} DeltaTime * @param {integer} DeltaTime
* @returns {void} * @returns {void}
*/ */