[ut2k3] console command "toggleime"?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

CodePig

New Member
Apr 22, 2003
124
0
0
hi-

this code is from GUIController.SetControllerStatus...

Code:
	if (On)
		bIgnoreUntilPress = true;
	else
		ViewportOwner.Actor.ConsoleCommand("toggleime 0");

anybody know what "toggleime" does?

thanks,
codepig
 

Mhor

New Member
Nov 21, 2003
10
0
0
Visit site
I believe IME stands for input method editor, and allows you to use an alternate key mapping without the need for another input device. Helpful for people who need to type in multiple languages (where one is not based on western characters). IIRC, microsoft has IME's for Chinese, Korean, and Japanese on their download site.

I haven't answered your question (because I don't know what the toggleime function does for UT), but hopefully this will point you in the right direction.