nlwarning("<CCameraAnimationModifierSoundTrigger parseModifier> impossible to get the sound_name property of the basic modifier in primitive : %s",filename.c_str());
nlwarning("<CCameraAnimationModifierSoundTrigger parseModifier> impossible to get the sound_name property of the basic modifier in primitive : %s",filename.c_str());
returnfalse;
returnfalse;
}
}
SoundName=value;
SoundId=NLMISC::CSheetId(value);
SoundId=NLMISC::CSheetId(SoundName);
if(SoundId==NLMISC::CSheetId::Unknown)
if(SoundId==NLMISC::CSheetId::Unknown)
{
{
nlwarning("<CCameraAnimationModifierSoundTrigger parseModifier> sheetid not found for sound name %s in the basic modifier in primitive : %s",SoundName.c_str(),filename.c_str());
nlwarning("<CCameraAnimationModifierSoundTrigger parseModifier> sheetid not found for sound name %s in the basic modifier in primitive : %s",value.c_str(),filename.c_str());