mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 09:35:17 +00:00
Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency
Conflicts: Engine/source/platform/platformCPUCount.cpp
This commit is contained in:
commit
87d9e245b7
210 changed files with 896 additions and 896 deletions
|
|
@ -138,7 +138,7 @@ DefineEngineMethod( GuiMLTextCtrl, addText, void, ( const char* text, bool refor
|
|||
object->addText(text, dStrlen(text), reformat);
|
||||
}
|
||||
|
||||
DefineEngineMethod( GuiMLTextCtrl, setCursorPosition, bool, (int newPos),,
|
||||
DefineEngineMethod( GuiMLTextCtrl, setCursorPosition, bool, (S32 newPos),,
|
||||
"@brief Change the text cursor's position to a new defined offset within the text in the control.\n\n"
|
||||
"@param newPos Offset to place cursor.\n"
|
||||
"@tsexample\n"
|
||||
|
|
@ -153,7 +153,7 @@ DefineEngineMethod( GuiMLTextCtrl, setCursorPosition, bool, (int newPos),,
|
|||
return object->setCursorPosition(newPos);
|
||||
}
|
||||
|
||||
DefineEngineMethod( GuiMLTextCtrl, scrollToTag, void, (int tagID),,
|
||||
DefineEngineMethod( GuiMLTextCtrl, scrollToTag, void, (S32 tagID),,
|
||||
"@brief Scroll down to a specified tag.\n\n"
|
||||
"Detailed description\n\n"
|
||||
"@param tagID TagID to scroll the control to\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue