ObjectCreateStruct OCS full struct

Posts 115 of 19 · Page 1 of 2
ObjectCreateStruct OCS full struct
Hello

Code:
struct ObjectCreateStruct {
    ObjectCreateStruct() {
        Clear();
    }

    void Clear() 
	{

        m_ObjectType		= 0;
        m_ContainerCode		= 0;
        m_Flags				= 0;
        m_Flags2			= 0;
		m_nRenderGroup		= 0;
		m_GlobalForceOverride.Init();
        m_Pos.Init();
        m_Scale.Init(1.0f, 1.0f, 1.0f);
        m_Rotation.Init();
        m_UserData			= 0;
        m_hClass			= 0;
        m_Filename[0]		= 0;

        uint32 i;
        for (i=0; i < MAX_MODEL_TEXTURES; i++) {
            m_SkinNames[i][0] = 0;
        }
        for (i=0; i < MAX_MODEL_RENDERSTYLES; i++) {
            m_RenderStyleNames[i][0] = 0;
        }
		
		for (i=1; i < MAX_CHILD_MODELS ; i++ )
		{
			m_Filenames[i][0]= 0;
		}

        m_Name[0]			= 0;
        m_NextUpdate		= 0.0f;

		m_cProperties.Reset();
    }
    uint16 m_ObjectType;
    uint16 m_ContainerCode;
    uint32 m_Flags;
    uint32 m_Flags2;
	uint8  m_nRenderGroup;
	LTVector m_GlobalForceOverride;
    LTVector m_Pos;
    LTVector m_Scale;
    LTRotation m_Rotation;
    uint32 m_UserData;
    HCLASS m_hClass;
	union {

    char m_Filename[MAX_CS_FILENAME_LEN+1];  //!
	char m_Filenames[MAX_CHILD_MODELS][MAX_CS_FILENAME_LEN +1];

	};

    union {
        char m_SkinName[MAX_CS_FILENAME_LEN+1];  //!
        char m_SkinNames[MAX_MODEL_TEXTURES][MAX_CS_FILENAME_LEN+1];
    };

    union {
        char m_RenderStyleName[MAX_CS_FILENAME_LEN+1];   //!
        char m_RenderStyleNames[MAX_MODEL_RENDERSTYLES][MAX_CS_FILENAME_LEN+1];
    };

//! This object's name.
    char m_Name[MAX_CS_FILENAME_LEN+1];

//! This will be the object's starting NextUpdate.
    float m_NextUpdate;

//! List of properties
	GenericPropList m_cProperties;
};
usefull for http://www.mpgh.net/forum/207-combat...l-spawner.html

Credits: dcomicboy (idk his name)
Wanna troll me?
1. His name is supercarz
2. I did this
3. Much people have this and creds goes only to the NOLF2 source
Quote Originally Posted by Ch40zz-C0d3r View Post
Wanna troll me?
1. His name is supercarz
2. I did this
3. Much people have this and creds goes only to the NOLF2 source
you cannot "do"this.. you can just explore it
Wanna troll me?
1) How did you "do" this. I never knew you can do a screen or a code lmaoooo
2) You are homosexual
3) GTFO
4) uMad?
Quote Originally Posted by Ch40zz-C0d3r View Post
Wanna troll me?
1. His name is supercarz
2. I did this
3. Much people have this and creds goes only to the NOLF2 source
Quote Originally Posted by Password77 View Post
Wanna troll me?
1) How did you "do" this. I never knew you can do a screen or a code lmaoooo
2) You are homosexual
3) GTFO
4) uMad?
Believe it or not, he is one of the more intelligent coders in this section. I have seen his work, and it is rather good. On the other hand, I have seen nothing you have to offer.
Cool story bro. I never commented on his coding skills. I never said I was as good as him. I just wanted to know how he can "do" his computer screen? O.o
Quote Originally Posted by Saltine View Post

Believe it or not, he is one of the more intelligent coders in this section. I have seen his work, and it is rather good. On the other hand, I have seen nothing you have to offer.
Quote Originally Posted by Password77 View Post
Cool story bro. I never commented on his coding skills. I never said I was as good as him. I just wanted to know how he can "do" his computer screen? O.o
so ur not as good as him?
About time someone shared this out.

Now its all complete. Hope someone actually uses it though.
i'm supercarz1991 on here bro, and yeah this may be released, but if you don't know what your doing u still get errors with this
Quote Originally Posted by Ch40zz-C0d3r View Post
Wanna troll me?
1. His name is supercarz
2. I did this
3. Much people have this and creds goes only to the NOLF2 source
I just found it, and the name was dcomicboy, I dont know all the names of supercarz

Quote Originally Posted by supercarz1991 View Post
i'm supercarz1991 on here bro, and yeah this may be released, but if you don't know what your doing u still get errors with this
Hi the people who cant fix the errors are leechers... they only c&p
Quote Originally Posted by NoyCohen111 View Post
I just found it, and the name was dcomicboy, I dont know all the names of supercarz



Hi the people who cant fix the errors are leechers... they only c&p
i'm the one that found it. and i'm not even a coder, i don't know how to fix them, i've never even gotten it to work
Quote Originally Posted by supercarz1991 View Post
i'm the one that found it. and i'm not even a coder, i don't know how to fix them, i've never even gotten it to work
there are exceptions, and you one of them , you help the society and thats very kind
Quote Originally Posted by NoyCohen111 View Post
there are exceptions, and you one of them , you help the society and thats very kind
wanna help me make it work? LOL
Quote Originally Posted by NoyCohen111 View Post
there are exceptions, and you one of them , you help the society and thats very kind
yeah u are a very experienced coder.. XDD
Quote Originally Posted by wraithkilla View Post
yeah u are a very experienced coder.. XDD
I never said i was
Posts 115 of 19 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?