mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class CodeBlock
This commit is contained in:
parent
47dbce1499
commit
cf3eb26e6f
6 changed files with 302 additions and 302 deletions
|
|
@ -2158,8 +2158,8 @@ DefineConsoleMethod( SimObject, dumpMethods, ArrayObject*, (),,
|
|||
str.append( e->getPrototypeString() );
|
||||
|
||||
str.append( '\n' );
|
||||
if( e->mCode && e->mCode->fullPath )
|
||||
str.append( e->mCode->fullPath );
|
||||
if( e->mCode && e->mCode->mFullPath )
|
||||
str.append( e->mCode->mFullPath );
|
||||
str.append( '\n' );
|
||||
if( e->mCode )
|
||||
str.append( String::ToString( e->mFunctionLineNumber ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue