base: Fix a comment for SetSceneSceneTransitionOverride

This commit is contained in:
Norihiro Kamae 2023-06-17 22:01:24 +09:00 committed by Ryan Foster
parent ba7839bb69
commit 55b3f88db9

View File

@ -317,7 +317,7 @@ RequestResult RequestHandler::GetSceneSceneTransitionOverride(const Request &req
} }
/** /**
* Gets the scene transition overridden for a scene. * Sets the scene transition overridden for a scene.
* *
* @requestField sceneName | String | Name of the scene * @requestField sceneName | String | Name of the scene
* @requestField ?transitionName | String | Name of the scene transition to use as override. Specify `null` to remove | Unchanged * @requestField ?transitionName | String | Name of the scene transition to use as override. Specify `null` to remove | Unchanged