PDA

View Full Version : Where to find a UnrealScript API list or reference?



ParticleStorm
11-07-2009, 09:17 AM
I can't find an API reference for Unrealscript on UDN.
Is there any document about unrealscript classes and methods?

Tom Shannon
11-07-2009, 09:27 AM
http://wiki.beyondunreal.com/Category:UDK-specific_classes

It JUST got posted and doesn't have any examples or anything, but feel free to add some :P

Wormbo
11-07-2009, 02:10 PM
You can also generate your very own offline docs from the files under Development\Src using Elmuerte's excellent UnCodeX. The result will be quite different from the Unreal Wiki version and is more like JavaDoc.

Crzyhomer
11-07-2009, 04:43 PM
Have you tried accessing the UnrealScript reference page?

http://udn.epicgames.com/Three/UnrealScriptReference.html

Its not the API per se, but it does give you a good foundation in the language.

ParticleStorm
11-07-2009, 10:56 PM
Thanks Shannon, Wormbo and Crzyhomer. You are so kind!

It's so great that epic release udk for free.
I'm doing a research what can I do with udk without source code access.
Can I make no FPS games like RPG game with it? Is it possible to implement melee combat system, and MMO games?

Wormbo
11-08-2009, 03:16 AM
That would be a yes, yes and most likely yes. You can do about anything with the Unreal Engine.

ParticleStorm
11-08-2009, 07:10 AM
Thanks! I'm diving into unreal engine and enjoying it.

NightRyder
11-09-2009, 04:05 AM
Just for anyone who tries to use UnCodeX, make sure to get the beta, version 237. I tried with the last release (v232) and it gets stuck in a few places for whatever reason.

Beyond that, it makes an amazing sudo API thingy. If you want to see what kind of output it gives, here is one using UT3. http://www.codekisk.com/unreal/ut3/scriptref/

Exal
11-09-2009, 04:28 PM
You can also generate your very own offline docs from the files under Development\Src using Elmuerte's excellent UnCodeX. The result will be quite different from the Unreal Wiki version and is more like JavaDoc.

Thanks for the tip ;) It's really useful

MrBCut
07-08-2011, 02:31 AM
thank you very much nightryder :)