EgtInterface 1.6i4 :
- Set e Get per InfoDouble su entità - aggiunte EgtGetFirstNameInGroup e sue derivate - modificata EgtPackPart.
This commit is contained in:
@@ -113,6 +113,34 @@ __stdcall EgtGetPrevGroup( int nId)
|
||||
return ExeGetPrevGroup( nId) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetFirstNameInGroup( int nGroupId, const wchar_t* wsName)
|
||||
{
|
||||
return ExeGetFirstNameInGroup( nGroupId, wstrztoA( wsName)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetNextName( int nId, const wchar_t* wsName)
|
||||
{
|
||||
return ExeGetNextName( nId, wstrztoA( wsName)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetLastNameInGroup( int nGroupId, const wchar_t* wsName)
|
||||
{
|
||||
return ExeGetLastNameInGroup( nGroupId, wstrztoA( wsName)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetPrevName( int nId, const wchar_t* wsName)
|
||||
{
|
||||
return ExeGetPrevName( nId, wstrztoA( wsName)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetBBox( int nId, int nFlag, double ptMin[3], double ptMax[3])
|
||||
|
||||
Reference in New Issue
Block a user