Classes Game_CharacterBase - hikipuro/rpgmakermv_ref GitHub Wiki

Game_CharacterBase クラス

[クラス一覧 / rpg_objects.js]

(ver.1.6.2)

Game_Character の親クラス。すべてのキャラクタに共通の座標と画像等の基本情報を扱う

定義場所: rpg_objects.js

関連項目

メソッド

名前 説明
initialize
initMembers
pos
posNt
moveSpeed
setMoveSpeed
moveFrequency
setMoveFrequency
opacity
setOpacity
blendMode
setBlendMode
isNormalPriority
setPriorityType
isMoving
isJumping
jumpHeight
isStopping
checkStop
resetStopCount
realMoveSpeed
distancePerFrame
isDashing
isDebugThrough
straighten
reverseDir
canPass
canPassDiagonally
isMapPassable
isCollidedWithCharacters
isCollidedWithEvents
isCollidedWithVehicles
setPosition
copyPosition
locate
direction
setDirection
isTile
isObjectCharacter
shiftY
scrolledX
scrolledY
screenX
screenY
screenZ
isNearTheScreen
update
updateStop
updateJump
updateMove
updateAnimation
animationWait
updateAnimationCount
updatePattern
maxPattern
pattern
setPattern
isOriginalPattern
resetPattern
refreshBushDepth
isOnLadder
isOnBush
terrainTag
regionId
increaseSteps
tileId
characterName
characterIndex
setImage
setTileImage
checkEventTriggerTouchFront
checkEventTriggerTouch
isMovementSucceeded
setMovementSuccess
moveStraight
moveDiagonally
jump
hasWalkAnime
setWalkAnime
hasStepAnime
setStepAnime
isDirectionFixed
setDirectionFix
isThrough
setThrough
isTransparent
bushDepth
setTransparent
requestAnimation
requestBalloon
animationId
balloonId
startAnimation
startBalloon
isAnimationPlaying
isBalloonPlaying
endAnimation
endBalloon