Pawn: enum type in enum
#4

??

pawn Code:
enum AnimationProperties
{
    aId,
    aLib,
    aName

};

enum AnimationsInfo
{
    walk,
    walkHand,
    run,
    biss
};
new aInfo[AnimationsInfo][AnimationProperties];

forward SetAnimations();
public SetAnimations()
{
    aInfo[walkHand][aId] = 0; // line 244
}
Reply


Messages In This Thread
Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 07:39
Re: Pawn: enum type in enum - by CoaPsyFactor - 19.05.2014, 07:40
Re: Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 07:45
Re: Pawn: enum type in enum - by Threshold - 19.05.2014, 07:52
Re: Pawn: enum type in enum - by AndySedeyn - 19.05.2014, 08:04
Re: Pawn: enum type in enum - by jihadmeneer - 19.05.2014, 08:32
Re: Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)