User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:06, 9 September 2012 (diff | hist) . . (+216) . . N CMovement::AddScript (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool AddScript( const string &in fileName ) </syntaxhighlight> Object method of: CMovement [[Category:Scr...") (current)
- 05:06, 9 September 2012 (diff | hist) . . (+218) . . N CMovement::RemoveScript (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> ool RemoveScript( const string &in fileName ) </syntaxhighlight> Object method of: CMovement [[Category:S...") (current)
- 05:06, 9 September 2012 (diff | hist) . . (+202) . . N CMovement::SetActive (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetActive( bool active ) </syntaxhighlight> Object method of: CMovement Category:Scripting [[C...") (current)
- 05:05, 9 September 2012 (diff | hist) . . (+623) . . N CMovement (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | getBlob | {{:Component::getBlob|getBlob}} |- |...") (current)
- 04:58, 9 September 2012 (diff | hist) . . (+185) . . N CHUD::hasButtons (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool hasButtons() </syntaxhighlight> Object method of: CHUD Category:Scripting [[Category:Object Me...") (current)
- 04:58, 9 September 2012 (diff | hist) . . (+185) . . N CHUD::ShowCursor (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void ShowCursor() </syntaxhighlight> Object method of: CHUD Category:Scripting [[Category:Object Me...") (current)
- 04:57, 9 September 2012 (diff | hist) . . (+185) . . N CHUD::HideCursor (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void HideCursor() </syntaxhighlight> Object method of: CHUD Category:Scripting [[Category:Object Me...") (current)
- 04:57, 9 September 2012 (diff | hist) . . (+203) . . N CHUD::SetCursorColor (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetCursorColor( SColor color ) </syntaxhighlight> Object method of: CHUD Category:Scripting [[...") (current)
- 04:57, 9 September 2012 (diff | hist) . . (+188) . . N CHUD::getCursorFrame (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> int getCursorFrame() </syntaxhighlight> Object method of: CHUD Category:Scripting [[Category:Object...") (current)
- 04:56, 9 September 2012 (diff | hist) . . (+200) . . N CHUD::SetCursorFrame (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetCursorFrame( int frame ) </syntaxhighlight> Object method of: CHUD Category:Scripting [[Cat...") (current)
- 04:56, 9 September 2012 (diff | hist) . . (+305) . . N CHUD::SetCursorImage (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetCursorImage(const string &in textureFilename, dimension2di frameDimension) void SetCursorImage(const str...") (current)
- 04:55, 9 September 2012 (diff | hist) . . (+191) . . N CHUD::SetDefaultCursor (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetDefaultCursor() </syntaxhighlight> Object method of: CHUD Category:Scripting [[Category:Obj...") (current)
- 04:54, 9 September 2012 (diff | hist) . . (+956) . . N CHUD (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | SetDefaultCursor | {{:CHUD::SetDefaultCurs...") (current)
- 04:42, 9 September 2012 (diff | hist) . . (+213) . . N CGridMenu::DeleteButton (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool DeleteButton( CGridButton@ button ) </syntaxhighlight> Object method of: CGridMenu [[Category:Script...") (current)
- 04:42, 9 September 2012 (diff | hist) . . (+213) . . N CGridMenu::RemoveButton (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool RemoveButton( CGridButton@ button ) </syntaxhighlight> Object method of: CGridMenu [[Category:Script...") (current)
- 04:41, 9 September 2012 (diff | hist) . . (-1) . . CGridMenu::AddItemButton (current)
- 04:41, 9 September 2012 (diff | hist) . . (+300) . . N CGridMenu::AddItemButton (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId ) CGridButton@ AddItemButton( CBlob@ blob, u8 cmdId, CBitStream...")
- 04:30, 9 September 2012 (diff | hist) . . (+1,165) . . N CGridMenu::AddButton (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CGridButton@ AddButton( CGridButton@ button ) CGridButton@ AddButton( const string &in iconTexture, int frame, con...") (current)
- 04:28, 9 September 2012 (diff | hist) . . (+215) . . N CGridMenu::getButtonOfIndex (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CGridButton@ getButtonOfIndex( int index ) </syntaxhighlight> Object method of: CGridMenu [[Category:Scri...") (current)
- 04:28, 9 September 2012 (diff | hist) . . (+194) . . N CGridMenu::getButtonsCount (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> int getButtonsCount() </syntaxhighlight> Object method of: CGridMenu Category:Scripting [[Category:...") (current)
- 04:28, 9 September 2012 (diff | hist) . . (+189) . . N CGridMenu::getName (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> string getName() </syntaxhighlight> Object method of: CGridMenu Category:Scripting [[Category:Objec...") (current)
- 04:27, 9 September 2012 (diff | hist) . . (+190) . . N CGridMenu::getOwner (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CBlob@ getOwner() </syntaxhighlight> Object method of: CGridMenu Category:Scripting [[Category:Obje...") (current)
- 04:24, 9 September 2012 (diff | hist) . . (+864) . . N CGridMenu (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | getOwner | {{:CGridMenu::getOwner|getOwner}} ...") (current)
- 04:18, 9 September 2012 (diff | hist) . . (+10) . . CGridButton::SetHoverText (current)
- 04:17, 9 September 2012 (diff | hist) . . (+202) . . N CGridButton::SetHoverText (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetHoverText( const string &in ) </syntaxhighlight> Object method of: ! Category:Scripting [[C...")
- 04:17, 9 September 2012 (diff | hist) . . (+253) . . N CGridButton (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | SetHoverText | {{:CGridButton::SetHover...") (current)
- 02:11, 9 September 2012 (diff | hist) . . (+188) . . N CButton::getOwner (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CBlob@ getOwner() </syntaxhighlight> Object method of: CButton Category:Scripting [[Category:Object...") (current)
- 02:10, 9 September 2012 (diff | hist) . . (+427) . . N CButton (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | getOwner | {{:CButton::getOwner|getOwner}} |- |...") (current)
- 02:07, 9 September 2012 (diff | hist) . . (+10) . . TeamTexture::getPixelOffset (current)
- 02:05, 9 September 2012 (diff | hist) . . (+202) . . N TeamTexture::getPixelOffset (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> PixelOffset@ getPixelOffset(int index) </syntaxhighlight> Object method of: ! Category:Scripting [[C...")
- 02:04, 9 September 2012 (diff | hist) . . (+1) . . TeamTexture (current)
- 02:03, 9 September 2012 (diff | hist) . . (+263) . . N TeamTexture (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | [[TeamTexture::getPixelOffset|getPixelOffset] | {{:TeamTexture::get...")
- 01:59, 9 September 2012 (diff | hist) . . (+240) . . N PixelOffset (Created page with "<onlyinclude> </onlyinclude> Properties: {| class="wikitableShiny" border="1" |- ! '''Property''' ! '''Type''' ! '''Description''' |- | x | int | |- | y | int | |- | level | ...") (current)
- 06:40, 8 September 2012 (diff | hist) . . (-37) . . BrainVars (current)
- 06:40, 8 September 2012 (diff | hist) . . (-153) . . BrainVars
- 06:39, 8 September 2012 (diff | hist) . . (+421) . . N BrainVars (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | getVars | {{:BrainVars::getVars|getVars}} ...")
- 06:35, 8 September 2012 (diff | hist) . . (+188) . . N CBrain::getState (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> BrainState getState() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:Object...") (current)
- 06:35, 8 September 2012 (diff | hist) . . (+190) . . N CBrain::SetSuggestedKeys (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetSuggestedKeys() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:Obje...") (current)
- 06:35, 8 September 2012 (diff | hist) . . (+208) . . N CBrain::getPathPositionAtIndex (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> Vec2f getPathPositionAtIndex( int index ) </syntaxhighlight> Object method of: CBrain [[Category:Scripting...") (current)
- 06:34, 8 September 2012 (diff | hist) . . (+184) . . N CBrain::getPathSize (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> int getPathSize() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:Object Met...") (current)
- 06:34, 8 September 2012 (diff | hist) . . (+194) . . N CBrain::getNextPathPosition (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> Vec2f getNextPathPosition() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:...") (current)
- 06:34, 8 September 2012 (diff | hist) . . (+217) . . N CBrain::SetPathTo (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetPathTo(Vec2f endpoint, bool ignoreGravity) </syntaxhighlight> Object method of: CBrain [[Category:...")
- 06:34, 8 September 2012 (diff | hist) . . (+194) . . N CBrain::SetTarget (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetTarget(CBlob @blob) </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:...") (current)
- 06:34, 8 September 2012 (diff | hist) . . (+185) . . N CBrain::getTarget (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CBlob@ getTarget() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:Object Me...") (current)
- 06:33, 8 September 2012 (diff | hist) . . (+187) . . N CBrain::getVars (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> BrainVars@ getVars() </syntaxhighlight> Object method of: CBrain Category:Scripting [[Category:Object ...") (current)
- 06:33, 8 September 2012 (diff | hist) . . (+210) . . N CBrain::AddScript (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool AddScript( const string &in fileName ) </syntaxhighlight> Object method of: CBrain [[Category:Scripti...") (current)
- 06:33, 8 September 2012 (diff | hist) . . (+213) . . N CBrain::RemoveScript (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool RemoveScript( const string &in fileName ) </syntaxhighlight> Object method of: CBrain [[Category:Scri...") (current)
- 06:32, 8 September 2012 (diff | hist) . . (+196) . . N CBrain::SetActive (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetActive( bool active ) </syntaxhighlight> Object method of: CBrain Category:Scripting [[Categor...") (current)
- 06:31, 8 September 2012 (diff | hist) . . (+1,221) . . N CBrain (Created page with "<onlyinclude> </onlyinclude> Methods: {| class="wikitableShiny" |- ! '''Method''' ! '''Description''' |- | getBlob | {{:CBrain::geBlob|getBlob}} |- | [[C...")
- 06:05, 8 September 2012 (diff | hist) . . (+212) . . N CBlob::SendCommand (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SendCommand( u8 cmd, CBitStream@ params ) </syntaxhighlight> Object method of: CBlob [[Category:Scrip...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)